Contains declarations for loggers used by the DHCPv4 server component.
isc::log::Logger ddns4_logger(DHCP4_DDNS_LOGGER_NAME)
Logger for Hostname or FQDN processing.
const char * DHCP4_ROOT_LOGGER_NAME
Defines the name of the root level (default) logger.
const int DBG_DHCP4_SHUT
Debug level used to log information during server shutdown.
const int DBG_DHCP4_BASIC_DATA
Debug level used to log the traces with some basic data.
const int DBG_DHCP4_DETAIL
Debug level used to trace detailed errors.
isc::log::Logger lease4_logger(DHCP4_LEASE_LOGGER_NAME)
Logger for lease allocation logic.
isc::log::Logger options4_logger(DHCP4_OPTIONS_LOGGER_NAME)
Logger for options parser.
const int DBG_DHCP4_DETAIL_DATA
This level is used to log the contents of packets received and sent.
const char * DHCP4_OPTIONS_LOGGER_NAME
Name of the logger for options parser.
const int DBG_DHCP4_COMMAND
Debug level used to log receiving commands.
isc::log::Logger bad_packet4_logger(DHCP4_BAD_PACKET_LOGGER_NAME)
Logger for rejected packets.
const int DBG_DHCP4_BASIC
Debug level used to trace basic operations within the code.
const char * DHCP4_DDNS_LOGGER_NAME
Name of the logger for hostname or FQDN processing.
const char * DHCP4_APP_LOGGER_NAME
Name of the base logger for DHCPv4 server.
const char * DHCP4_LEASE_LOGGER_NAME
Name of the logger for lease allocation logic.
isc::log::Logger packet4_logger(DHCP4_PACKET_LOGGER_NAME)
Logger for processed packets.
isc::log::Logger dhcp4_logger(DHCP4_APP_LOGGER_NAME)
Base logger for DHCPv4 server.
const int DBG_DHCP4_HOOKS
Debug level used to trace hook related operations.
const char * DHCP4_PACKET_LOGGER_NAME
Name of the logger for processed packets.
const int DBG_DHCP4_START
Debug level used to log information during server startup.
const char * DHCP4_BAD_PACKET_LOGGER_NAME
Name of the logger for rejected packets.
const int DBGLVL_TRACE_BASIC
Trace basic operations.
const int DBGLVL_COMMAND
This debug level is reserved for logging the exchange of messages/commands between processes,...
const int DBGLVL_START_SHUT
This is given a value of 0 as that is the level selected if debugging is enabled without giving a lev...
const int DBGLVL_TRACE_DETAIL_DATA
Trace data associated with detailed operations.
const int DBGLVL_TRACE_BASIC_DATA
Trace data associated with the basic operations.
const int DBGLVL_TRACE_DETAIL
Trace detailed operations.
Defines the logger used by the top-level component of kea-lfc.