Realtime error reporting

So I don't have to login to the server for that small screen
This commit is contained in:
SoundScopes
2014-10-28 17:18:26 +00:00
parent 06702ba19b
commit 152d74f5f6
+3
View File
@@ -9,14 +9,17 @@
/proc/error(msg)
msg_scopes("## ERROR: [msg]")
world.log << "## ERROR: [msg][log_end]"
//print a warning message to world.log
/proc/warning(msg)
msg_scopes("## WARNING: [msg]")
world.log << "## WARNING: [msg][log_end]"
//print a testing-mode debug message to world.log
/proc/testing(msg)
msg_scopes("## TESTING: [msg]")
world.log << "## TESTING: [msg][log_end]"
/proc/log_admin(text)