20const char* values[] = {
 
   21    "HTTP_CLIENT_REQUEST_AUTHORIZED", 
"received HTTP request authorized for '%1'",
 
   22    "HTTP_CLIENT_REQUEST_BAD_AUTH_HEADER", 
"received HTTP request with malformed authentication header: %1",
 
   23    "HTTP_CLIENT_REQUEST_NOT_AUTHORIZED", 
"received HTTP request with not matching authentication header",
 
   24    "HTTP_CLIENT_REQUEST_NO_AUTH_HEADER", 
"received HTTP request without required authentication header",
 
Initialize Message Dictionary.
const isc::log::MessageID HTTP_CLIENT_REQUEST_NOT_AUTHORIZED
const isc::log::MessageID HTTP_CLIENT_REQUEST_BAD_AUTH_HEADER
const isc::log::MessageID HTTP_CLIENT_REQUEST_AUTHORIZED
const isc::log::MessageID HTTP_CLIENT_REQUEST_NO_AUTH_HEADER
Defines the logger used by the top-level component of kea-lfc.