 |
log4cplus
2.0.5
|
Go to the documentation of this file.
24 #ifndef LOG4CPLUS_SPI_ROOT_LOGGER_HEADER_
25 #define LOG4CPLUS_SPI_ROOT_LOGGER_HEADER_
29 #if defined (LOG4CPLUS_HAVE_PRAGMA_ONCE)
74 #endif // LOG4CPLUS_SPI_ROOT_LOGGER_HEADER_
This is the central class in the log4cplus package.
void setLogLevel(LogLevel)
Setting a NOT_SET_LOG_LEVEL value to the LogLevel of the root logger may have catastrophic results.
virtual LogLevel getChainedLogLevel() const
Return the assigned LogLevel value without walking the logger hierarchy.
RootLogger sits at the top of the logger hierachy.
This class is specialized in retrieving loggers by name and also maintaining the logger hierarchy.
RootLogger(Hierarchy &h, LogLevel ll)
The root logger names itself as "root".