Add log levels

This commit is contained in:
Vortrex
2021-01-08 00:15:51 -06:00
parent 71d5f235c9
commit 9558b0e697

View File

@@ -10,6 +10,7 @@
let scriptVersion = "1.0";
let serverStartTime = 0;
let logLevel = LOG_DEBUG | LOG_INFO | LOG_ERROR | LOG_WARN | LOG_VERBOSE;
// -------------------------------------------------------------------------