You are here

public function DrushLog::log in Realistic Dummy Content 8

Overrides Log::log

1 call to DrushLog::log()
DrushLog::error in api/src/loggers/DrushLog.php

File

api/src/loggers/DrushLog.php, line 14
Define autoload class.

Class

DrushLog

Namespace

Drupal\realistic_dummy_content_api\loggers

Code

public function log($text, $vars = array()) {
  drush_log(dt($text, $vars), 'ok');
}