Skip to content

Releases: dirtyredz/LogLevels

Version 1.1.0

21 Sep 23:05

Choose a tag to compare

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

27 Aug 23:22

Choose a tag to compare

Moved directoy and script paths, in preperataion for steam supporting mods.

Version 1.0.0

23 Aug 18:05

Choose a tag to compare

removed debug option