Public Member Functions | |
| Logger_ptr () | |
| ~Logger_ptr () | |
Public Attributes | |
| LoggerSmartPtr | globalLogger_m |
| LoggerSmartPtr | anonymousLogger_m |
| LoggerSmartPtr | staticLogger_m |
| LoggerList | loggers_m |
| Logging::Logger::Logger_ptr::Logger_ptr | ( | ) | [inline] |
References anonymousLogger_m, globalLogger_m, and staticLogger_m.
| Logging::Logger::Logger_ptr::~Logger_ptr | ( | ) | [inline] |
References anonymousLogger_m, globalLogger_m, and staticLogger_m.
Anonymous logger. To be used in situations where the logger's name is irrelevant.
Referenced by Logger_ptr(), and ~Logger_ptr().
Global logger. By changing this (via the the setGlobalLogger), one can completely alter the way logs are handled throughout the system.
Referenced by Logger_ptr(), and ~Logger_ptr().
List of all child loggers.
Static logger. To be used in static methods.
Referenced by Logger_ptr(), and ~Logger_ptr().
1.7.0