#include <iostream>
#include <Phx/Util/PhxPtrInterface.h>
#include <Phx/Core/PhxNamedInterface.h>
Go to the source code of this file.
Namespaces | |
| namespace | Phx |
| namespace | std |
Defines | |
| #define | DEBUGGING LOG_LEVEL_DEBUG,__FILE__,__LINE__ |
| #define | INFO LOG_LEVEL_INFO,__FILE__,__LINE__ |
| #define | WARNING LOG_LEVEL_WARNING,__FILE__,__LINE__ |
| #define | ERROR LOG_LEVEL_ERROR,__FILE__,__LINE__ |
| #define | 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. | |
1.4.2