debugging
This commit is contained in:
@@ -8,16 +8,6 @@ define("OFF", 0);
|
||||
define("AUTO", 0);
|
||||
define("MANUAL", 1);
|
||||
|
||||
// log levels
|
||||
/*define( "DEBUG", 16); // => 16
|
||||
define( "INFO", 1); // => 1
|
||||
define( "NOTICE", 2); // => 2
|
||||
define( "WARNING", 4); // => 4
|
||||
define( "ERROR", 8); // => 8
|
||||
define( "ALERT", 32);
|
||||
|
||||
*/
|
||||
|
||||
$logLevels = array(
|
||||
1 => "INFO",
|
||||
2 => "NOTICE",
|
||||
|
Reference in New Issue
Block a user