You are here

public function DebugLog::error in Realistic Dummy Content 8

Overrides Log::error

File

api/src/loggers/DebugLog.php, line 21
Define autoload class.

Class

DebugLog
This log class can be used whenever you need a Log

Namespace

Drupal\realistic_dummy_content_api\loggers

Code

public function error($text, $vars = array()) {
  debug(t($text, $vars));
}