Go to the source code of this file.
Detailed Description
Log levels.
Definition in file logger.h.
Typedef Documentation
Log levels for the LOG() function.
Enumeration Type Documentation
Log levels for the LOG() function.
- Enumerator:
| llevNoLog |
Set GLOBAL_LOG_LEVEL to this, and no messages will be printed out.
|
| llevSystem |
Used for system-type messages.
|
| llevError |
An irrecoverable fatal error; the server will shut down.
|
| llevBug |
A bug; after too many of these in a single tick the server will shut down.
|
| llevChat |
Chat, for example, shout, say, etc.
|
| llevInfo |
Just tell the log stuff we think it's useful to know.
|
| llevDebug |
Give out maximal information for debug and bug control.
|
Definition at line 35 of file logger.h.