Releases: dirtyredz/LogLevels
Releases · dirtyredz/LogLevels
Version 1.1.0
1.1.0
-Inserting Level type infront of message instead on concatenate, fixs erros when printing nil variables.
-introduced new command /consolelevel, now when wanting to adjust whats shown on the console, use /consolelevel
/loglevel will now restrict whats printed to the log in the case the console message is not printed
ie:
/consolelevel warning
/loglevel debug
the console will only show console messages warning,error,fatel
and the serverLog will show debug,info,warning,error,fatel
note:
setting the /loglevel lower then /consolelevel, will have no effect since all console messages are automatically sent to the server log (this cannot be changed)
Version 1.0.1
Moved directoy and script paths, in preperataion for steam supporting mods.
Version 1.0.0
removed debug option