You are here

public function DebugLog::log in Realistic Dummy Content 8

Overrides Log::log

File

api/src/loggers/DebugLog.php, line 17
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 log($text, $vars = array()) {
  debug(t($text, $vars));
}