->debug()

->debug()

->debug() -- output debug information.

Description

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

  • 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..

Note

This function can not be called statically.

Warning

In production mode, the debugger is disabled

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.