You are here

public function RealisticDummyContentDebugLog::error in Realistic Dummy Content 7

Overrides RealisticDummyContentLog::error

File

api/realistic_dummy_content_api.module, line 32
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 error($text, $vars = array()) {
  debug(t($text, $vars));
}