Logger provides a set of functions and macros to selectively print different amounts/levels of debugging information. More...
#include <logger.h>
Static Public Attributes | |
static const int | FATAL = 0 |
static const int | ERROR = 1 |
static const int | WARN = 2 |
static const int | INFO = 3 |
static const int | DBG = 4 |
Logger provides a set of functions and macros to selectively print different amounts/levels of debugging information.
Filtering happens at compile time, thus no runtime overhead is incurred for filtered messages.
const int LibGeoDecomp::Logger::DBG = 4 [static] |
Referenced by LibGeoDecomp::PatternOptimizer::PatternOptimizer().
const int LibGeoDecomp::Logger::ERROR = 1 [static] |
const int LibGeoDecomp::Logger::FATAL = 0 [static] |
const int LibGeoDecomp::Logger::INFO = 3 [static] |
const int LibGeoDecomp::Logger::WARN = 2 [static] |
Referenced by LibGeoDecomp::RemoteSteererHelpers::Interactor::operator()().