Add debug log level const

This commit is contained in:
Vortrex
2021-01-08 06:32:34 -06:00
parent ec621002af
commit d42f0021e5

View File

@@ -19,4 +19,5 @@ const LOG_NONE = 0;
const LOG_INFO = 1;
const LOG_WARN = 2;
const LOG_ERROR = 4;
const LOG_VERBOSE = 8;
const LOG_VERBOSE = 8;
const LOG_DEBUG = 16;