![]() |
Crossfire Server, Trunk
1.75.0
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| enum | LogLevel { llevError, llevWarn, llevNotice, llevInfo, llevDebug, llevMonster, NRLOGLEVELS } |
| Log levels for the LOG() function. More... | |
Variables | |
| const char *const | loglevel_names [] |
| Human-readable name of log levels. More... | |
Log levels.
Definition in file logger.h.
| enum LogLevel |
Log levels for the LOG() function.
Keep these aligned with syslog priorities.
| const char* const loglevel_names[] |