Crossfire Server, Branches 1.12  R18729
logger.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef enum LogLevel LogLevel
 

Enumerations

enum  LogLevel { llevError = 0, llevInfo = 1, llevDebug = 2, llevMonster = 3 }
 

Detailed Description

Log levels.

Definition in file logger.h.

Typedef Documentation

typedef enum LogLevel LogLevel

Log levels for the LOG() function.

Enumeration Type Documentation

enum LogLevel

Log levels for the LOG() function.

Enumerator
llevError 

Error, serious thing.

llevInfo 

Information.

llevDebug 

Only for debugging purposes.

llevMonster 

Many many details.

Definition at line 37 of file logger.h.