7 #ifndef LOGGER_LEVEL_IMPL_H
8 #define LOGGER_LEVEL_IMPL_H
10 #include <log4cplus/logger.h>
11 #include <log4cplus/version.h>
110 #if LOG4CPLUS_VERSION < LOG4CPLUS_MAKE_VERSION(2, 0, 0)
126 #endif // LOGGER_LEVEL_IMPL_H
static void init()
Initialize extended logging levels.
Implementation aspects of logging levels.
static log4cplus::LogLevel convertFromBindLevel(const isc::log::Level &level)
Convert Kea level to log4cplus logging level.
log4cplus::tstring LogLevelString
static const LogLevelString & logLevelToString(log4cplus::LogLevel level)
Convert log level to string.
static isc::log::Level convertToBindLevel(const log4cplus::LogLevel loglevel)
Convert log4cplus logging level to Kea logging level.
Defines the logger used by the top-level component of kea-dhcp-ddns.
static log4cplus::LogLevel logLevelFromString(const log4cplus::tstring &level)
Convert string to log4cplus logging level.