->debug()

->debug() -- output debug information.

Referentiesamenvatting

void $DB_DataObject->debug (string $message [, string $logPrefix [, integer $level=1]])

Beschrijving

Debugger - you can use this in your extended classes to output debugging information. Uses DB_DataObject::DebugLevel(x) to turn it on, and can be completly turned off by using the production setting in the configuration file

Parameter

Note

Deze functie kan niet statisch worden aangeroepen.

Waarschuwing

In production mode, the debugger is disabled

Zie

DB_DataObject::debugLevel()

Voorbeeld