|
Namespaces |
| namespace | Phx |
Defines |
|
#define | PHX_DEBUGGING LOG_LEVEL_DEBUG,__FILE__,__LINE__ |
|
#define | PHX_INFO LOG_LEVEL_INFO,__FILE__,__LINE__ |
|
#define | PHX_WARNING LOG_LEVEL_WARNING,__FILE__,__LINE__ |
|
#define | PHX_ERROR LOG_LEVEL_ERROR,__FILE__,__LINE__ |
|
#define | PHX_NORMAL LOG_LEVEL_NORMAL,__FILE__,__LINE__ |
|
#define | LOG_TO_STDOUT true |
Enumerations |
| enum | Mode {
LOG_LEVEL_DEBUG,
LOG_LEVEL_INFO,
LOG_LEVEL_WARNING,
LOG_LEVEL_ERROR,
LOG_LEVEL_NORMAL
} |
| | Describes the different log levels. DEBUG shows everything, NORMAL only shows things that is to be present to the user during game play.
|