Crossfire Server, Branch 1.12  R12190
Typedefs | Enumerations
logger.h File Reference

Log levels. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef enum LogLevel LogLevel
 Log levels for the LOG() function.

Enumerations

enum  LogLevel { llevError = 0, llevInfo = 1, llevDebug = 2, llevMonster = 3 }
 Log levels for the LOG() function. More...

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.