PEAR-Handbuch | ||
---|---|---|
Zurück | Nach vorne |
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
string $message - message to output
integer $logtype - A bold prefix string
integer $level - output level, 1 is general, 5 tends to reveal things like database connection passwords..
Diese Methode kann nicht statisch aufgerufen werden.
Warnung |
In production mode, the debugger is disabled |
Beispiel 34-1. Setting the debugging level
|
Zurück | Zum Anfang | Nach vorne |
DB_DataObject::debugLevel | Nach oben | DB_DataObject::raiseError |