summaryrefslogtreecommitdiff
path: root/classes/debug.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/debug.php')
-rw-r--r--classes/debug.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/classes/debug.php b/classes/debug.php
index 3061c6893..a0dcac35b 100644
--- a/classes/debug.php
+++ b/classes/debug.php
@@ -1,5 +1,10 @@
<?php
class Debug {
+ const LOG_DISABLED = -1;
+ const LOG_NORMAL = 0;
+ const LOG_VERBOSE = 1;
+ const LOG_EXTENDED = 2;
+
public static $LOG_DISABLED = -1;
public static $LOG_NORMAL = 0;
public static $LOG_VERBOSE = 1;