30const char* values[] = {
 
   31    "DHCP_DDNS_INVALID_NCR", 
"application received an invalid DNS update request: %1",
 
   32    "DHCP_DDNS_NCR_FLUSH_IO_ERROR", 
"DHCP-DDNS Last send before stopping did not complete successfully: %1",
 
   33    "DHCP_DDNS_NCR_LISTEN_CLOSE_ERROR", 
"application encountered an error while closing the listener used to receive NameChangeRequests : %1",
 
   34    "DHCP_DDNS_NCR_RECV_NEXT_ERROR", 
"application could not initiate the next read following a request receive.",
 
   35    "DHCP_DDNS_NCR_SEND_CLOSE_ERROR", 
"DHCP-DDNS client encountered an error while closing the sender connection used to send NameChangeRequests: %1",
 
   36    "DHCP_DDNS_NCR_SEND_NEXT_ERROR", 
"DHCP-DDNS client could not initiate the next request send following send completion: %1",
 
   37    "DHCP_DDNS_NCR_UDP_CLEAR_READY_ERROR", 
"NCR UDP watch socket failed to clear: %1",
 
   38    "DHCP_DDNS_NCR_UDP_RECV_CANCELED", 
"UDP socket receive was canceled while listening for DNS Update requests",
 
   39    "DHCP_DDNS_NCR_UDP_RECV_ERROR", 
"UDP socket receive error while listening for DNS Update requests: %1",
 
   40    "DHCP_DDNS_NCR_UDP_SEND_CANCELED", 
"UDP socket send was canceled while sending a DNS Update request to DHCP_DDNS: %1",
 
   41    "DHCP_DDNS_NCR_UDP_SEND_ERROR", 
"UDP socket send error while sending a DNS Update request: %1",
 
   42    "DHCP_DDNS_UDP_SENDER_WATCH_SOCKET_CLOSE_ERROR", 
"watch socket failed to close: %1",
 
   43    "DHCP_DDNS_UNCAUGHT_NCR_RECV_HANDLER_ERROR", 
"unexpected exception thrown from the application receive completion handler: %1",
 
   44    "DHCP_DDNS_UNCAUGHT_NCR_SEND_HANDLER_ERROR", 
"unexpected exception thrown from the DHCP-DDNS client send completion handler: %1",
 
Initialize Message Dictionary.
const isc::log::MessageID DHCP_DDNS_NCR_UDP_RECV_ERROR
const isc::log::MessageID DHCP_DDNS_NCR_SEND_CLOSE_ERROR
const isc::log::MessageID DHCP_DDNS_NCR_SEND_NEXT_ERROR
const isc::log::MessageID DHCP_DDNS_NCR_FLUSH_IO_ERROR
const isc::log::MessageID DHCP_DDNS_NCR_UDP_SEND_CANCELED
const isc::log::MessageID DHCP_DDNS_NCR_UDP_SEND_ERROR
const isc::log::MessageID DHCP_DDNS_NCR_UDP_CLEAR_READY_ERROR
const isc::log::MessageID DHCP_DDNS_UNCAUGHT_NCR_SEND_HANDLER_ERROR
const isc::log::MessageID DHCP_DDNS_NCR_UDP_RECV_CANCELED
const isc::log::MessageID DHCP_DDNS_UNCAUGHT_NCR_RECV_HANDLER_ERROR
const isc::log::MessageID DHCP_DDNS_INVALID_NCR
const isc::log::MessageID DHCP_DDNS_NCR_LISTEN_CLOSE_ERROR
const isc::log::MessageID DHCP_DDNS_UDP_SENDER_WATCH_SOCKET_CLOSE_ERROR
const isc::log::MessageID DHCP_DDNS_NCR_RECV_NEXT_ERROR
Defines the logger used by the top-level component of kea-lfc.