24 #ifndef LOG4CPLUS_SPI_ROOT_LOGGER_HEADER_
25 #define LOG4CPLUS_SPI_ROOT_LOGGER_HEADER_
29 #if defined (LOG4CPLUS_HAVE_PRAGMA_ONCE)
This class is specialized in retrieving loggers by name and also maintaining the logger hierarchy.
This is the central class in the log4cplus package.
RootLogger sits at the top of the logger hierachy.
void setLogLevel(LogLevel)
Setting a NOT_SET_LOG_LEVEL value to the LogLevel of the root logger may have catastrophic results.
RootLogger(Hierarchy &h, LogLevel ll)
The root logger names itself as "root".
virtual LogLevel getChainedLogLevel() const
Return the assigned LogLevel value without walking the logger hierarchy.
int LogLevel
Defines the minimum set of priorities recognized by the system, that is FATAL_LOG_LEVEL,...