|
Public Types |
enum | { _DFL_ERROR = 1,
_DFL_WARN,
_DFL_INFO,
_DFL_DEBUG
} |
| log types, arbitrary but you can use these if you want More...
|
Public Member Functions |
| deLogger () |
virtual | ~deLogger () |
Static Public Member Functions |
static void | Initialize () |
static void | Shutdown () |
static void | Format (deChar *buf, deInt type, deChar *category, deChar *msg) |
static void | Log (deInt type, deChar *category, deChar *format,...) |
static void | Printf (deChar *format,...) |
static void | AddOutput (deLoggerOutput *out) |
This provides print methods for log.