#include <stdio.h>
#include "deTypes.h"
Include dependency graph for deLogger.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | deLoggerOutput |
Setup the output. More... | |
class | deLoggerOutputStd |
Output to the standard output. More... | |
class | deLoggerOutputFile |
Output to a file. More... | |
class | deLogger |
Logger class - printing to various outputs
This provides print methods for log. More... | |
Log types | |
arbitrary but you can use these if you want | |
#define | DFL_ERROR deLogger::_DFL_ERROR |
#define | DFL_WARN deLogger::_DFL_WARN |
#define | DFL_INFO deLogger::_DFL_INFO |
#define | DFL_DEBUG deLogger::_DFL_DEBUG |
calls to static functions | |
#define | dePrintf deLogger::Printf |
#define | deLog deLogger::Log |
|
|
|
|
|
|
|
|
|
|
|
|