Mark Console logs properly
complete
GTNardy
complete
will change it
GTNardy
I didn't want to mix both built-in errors/warnings with scripting ones, if you have a suggestion of another words/labels to use on it
need to consider they use a fixed length, increasing it too much makes the console look like really ugly
" INFO", // Display
"WARNING", // Warning
" ERROR", // Error
" DEBUG", // Debug
"VERBOSE", // Verbose
" SCRIPT", // Scripting
" SCRIPT", // ScriptingWarn
" SCRIPT", // ScriptingError
" CHAT", // Chat
" WEBUI", // WebUI
"SUCCESS", // Success
" FATAL", // Fatal
Voltaism
GTNardy:
" INFO", // Display
"WARNING", // Warning
" ERROR", // Error
" DEBUG", // Debug
"VERBOSE", // Verbose
" SCRIPT", // Scripting
" S_WARN", // ScriptingWarn
"S_ERROR", // ScriptingError
" CHAT", // Chat
" WEBUI", // WebUI
"SUCCESS", // Success
" FATAL", // Fatal