When a message is logged with DEBUG severity, the debug level associated with the message is also spe...
Logging initialization functions.
isc::log::Logger bad_packet6_logger(DHCP6_BAD_PACKET_LOGGER_NAME)
Logger for rejected packets.
const int DBG_DHCP6_BASIC_DATA
Debug level used to log the traces with some basic data.
const int DBG_DHCP6_COMMAND
Debug level used to log receiving commands.
const int DBG_DHCP6_HOOKS
Debug level used to trace hook related operations.
const int DBG_DHCP6_START
Debug level used to log information during server startup.
const int DBG_DHCP6_SHUT
Debug level used to log information during server shutdown.
const char * DHCP6_PACKET_LOGGER_NAME
Name of the logger for processed packets.
isc::log::Logger packet6_logger(DHCP6_PACKET_LOGGER_NAME)
Logger for processed packets.
const char * DHCP6_DDNS_LOGGER_NAME
Name of the logger for hostname or FQDN processing.
const char * DHCP6_BAD_PACKET_LOGGER_NAME
Name of the logger for rejected packets.
const char * DHCP6_LEASE_LOGGER_NAME
Name of the logger for lease allocation logic.
isc::log::Logger ddns6_logger(DHCP6_DDNS_LOGGER_NAME)
Logger for Hostname or FQDN processing.
const int DBG_DHCP6_DETAIL_DATA
This level is used to log the contents of packets received and sent.
const char * DHCP6_APP_LOGGER_NAME
Name of the base logger for DHCPv6 server.
isc::log::Logger lease6_logger(DHCP6_LEASE_LOGGER_NAME)
Logger for lease allocation logic.
const char * DHCP6_ROOT_LOGGER_NAME
Defines the name of the root level (default) logger.
const int DBG_DHCP6_BASIC
Debug level used to trace basic operations within the code.
isc::log::Logger dhcp6_logger(DHCP6_APP_LOGGER_NAME)
Base logger for DHCPv6 server.
const char * DHCP6_OPTIONS_LOGGER_NAME
Name of the logger for options parser.
isc::log::Logger options6_logger(DHCP6_OPTIONS_LOGGER_NAME)
Logger for options parser.
const int DBG_DHCP6_DETAIL
Debug level used to trace detailed errors.
Defines the logger used by the top-level component of kea-lfc.