You are here

public function RealisticDummyContentDebugLog::log in Realistic Dummy Content 7

Overrides RealisticDummyContentLog::log

File

api/realistic_dummy_content_api.module, line 28
API code allowing other modules to generate realistic dummy content. See the Realistic Dummy Content module for an example of how to use.

Class

RealisticDummyContentDebugLog
This log class can be used whenever you need a RealisticDummyContentLog

Code

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