24#ifndef LOG4CPLUS_SPI_ROOT_LOGGER_HEADER_
25#define LOG4CPLUS_SPI_ROOT_LOGGER_HEADER_
29#if defined (LOG4CPLUS_HAVE_PRAGMA_ONCE)
friend class log4cplus::Hierarchy
LoggerImpl(const log4cplus::tstring &name, Hierarchy &h)
This constructor created a new Logger instance and sets its name.
LogLevel ll
The assigned LogLevel of this logger.
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,...