diff --git a/scripts/shared/const.js b/scripts/shared/const.js index 9151b410..aeeb3a8f 100644 --- a/scripts/shared/const.js +++ b/scripts/shared/const.js @@ -19,4 +19,5 @@ const LOG_NONE = 0; const LOG_INFO = 1; const LOG_WARN = 2; const LOG_ERROR = 4; -const LOG_VERBOSE = 8; \ No newline at end of file +const LOG_VERBOSE = 8; +const LOG_DEBUG = 16; \ No newline at end of file