'd'
Debug
'i'
Info
'w'
Warning
'e'
Error
's'
Success
Debug logs may don't show up depending on your ingame settings
Prints a log to the server console
(String) loglevel - See Severities
(String) message
sWatch.log("d", "A debug message") sWatch.log("w", "A warning message") // Too lazy to complete, self-explanatory
Returns a table of all error logs that accured during runtime. Used e. g. in server health.
(Table) errors
Last updated 3 years ago