60const char* values[] = {
 
   61    "SUBNET_CMDS_DEINIT_OK", 
"unloading Subnet Commands hooks library successful",
 
   62    "SUBNET_CMDS_INIT_FAILED", 
"loading Subnet Commands hooks library failed: %1",
 
   63    "SUBNET_CMDS_INIT_OK", 
"loading Subnet Commands hooks library successful",
 
   64    "SUBNET_CMDS_NETWORK4_ADD_FAILED", 
"failed to add new IPv4 network: %1",
 
   65    "SUBNET_CMDS_NETWORK4_DEL_FAILED", 
"failed to delete IPv4 network: %1",
 
   66    "SUBNET_CMDS_NETWORK4_GET_FAILED", 
"failed to return an IPv4 network: %1",
 
   67    "SUBNET_CMDS_NETWORK4_LIST_FAILED", 
"failed to return a list of IPv4 networks: %1",
 
   68    "SUBNET_CMDS_NETWORK4_SUBNET_ADD_FAILED", 
"failed to add existing IPv4 subnet to a shared network: %1",
 
   69    "SUBNET_CMDS_NETWORK4_SUBNET_DEL_FAILED", 
"failed to remove a IPv4 subnet from a shared network: %1",
 
   70    "SUBNET_CMDS_NETWORK6_ADD_FAILED", 
"failed to add new IPv6 network: %1",
 
   71    "SUBNET_CMDS_NETWORK6_DEL_FAILED", 
"failed to delete IPv6 network: %1",
 
   72    "SUBNET_CMDS_NETWORK6_GET_FAILED", 
"failed to return an IPv6 network: %1",
 
   73    "SUBNET_CMDS_NETWORK6_LIST_FAILED", 
"failed to return a list of IPv6 networks: %1",
 
   74    "SUBNET_CMDS_NETWORK6_SUBNET_ADD_FAILED", 
"failed to add existing IPv6 subnet to a shared network: %1",
 
   75    "SUBNET_CMDS_NETWORK6_SUBNET_DEL_FAILED", 
"failed to remove a IPv6 subnet from a shared network: %1",
 
   76    "SUBNET_CMDS_NETWORK_ADD", 
"successfully added shared network %1",
 
   77    "SUBNET_CMDS_NETWORK_DEL", 
"successfully deleted shared network %1",
 
   78    "SUBNET_CMDS_NETWORK_GET", 
"successfully retrieved shared network %1",
 
   79    "SUBNET_CMDS_NETWORK_GET_EMPTY", 
"specified shared network is not found: %1",
 
   80    "SUBNET_CMDS_NETWORK_LIST", 
"successfully retrieved list of %1 %2 shared networks",
 
   81    "SUBNET_CMDS_NETWORK_LIST_EMPTY", 
"no %1 shared networks listed",
 
   82    "SUBNET_CMDS_NETWORK_SUBNET_ADD", 
"%1 subnet %2 (id %3) added to shared network %4",
 
   83    "SUBNET_CMDS_NETWORK_SUBNET_DEL", 
"%1 subnet %2 (id %3) removed from shared network %4",
 
   84    "SUBNET_CMDS_SUBNET4_ADD_FAILED", 
"failed to add new IPv4 subnet: %1",
 
   85    "SUBNET_CMDS_SUBNET4_DELTA_ADD_FAILED", 
"failed to update IPv4 subnet: %1",
 
   86    "SUBNET_CMDS_SUBNET4_DELTA_DEL_FAILED", 
"failed to update IPv4 subnet: %1",
 
   87    "SUBNET_CMDS_SUBNET4_DEL_FAILED", 
"failed to delete IPv4 subnet: %1",
 
   88    "SUBNET_CMDS_SUBNET4_GET_FAILED", 
"failed to return an IPv4 subnet: %1",
 
   89    "SUBNET_CMDS_SUBNET4_LIST_FAILED", 
"failed to return a list of IPv4 subnets: %1",
 
   90    "SUBNET_CMDS_SUBNET4_UPDATE_FAILED", 
"failed to update IPv4 subnet: %1",
 
   91    "SUBNET_CMDS_SUBNET6_ADD_FAILED", 
"failed to add new IPv6 subnet: %1",
 
   92    "SUBNET_CMDS_SUBNET6_DELTA_ADD_FAILED", 
"failed to update IPv6 subnet: %1",
 
   93    "SUBNET_CMDS_SUBNET6_DELTA_DEL_FAILED", 
"failed to update IPv6 subnet: %1",
 
   94    "SUBNET_CMDS_SUBNET6_DEL_FAILED", 
"failed to delete IPv6 subnet: %1",
 
   95    "SUBNET_CMDS_SUBNET6_GET_FAILED", 
"failed to return an IPv6 subnet: %1",
 
   96    "SUBNET_CMDS_SUBNET6_LIST_FAILED", 
"failed to return a list of IPv6 subnets: %1",
 
   97    "SUBNET_CMDS_SUBNET6_UPDATE_FAILED", 
"failed to update IPv6 subnet: %1",
 
   98    "SUBNET_CMDS_SUBNET_ADD", 
"successfully added subnet %1 having id %2",
 
   99    "SUBNET_CMDS_SUBNET_DEL", 
"successfully deleted subnet %1 having id %2",
 
  100    "SUBNET_CMDS_SUBNET_GET", 
"successfully retrieved subnet %1 having id %2",
 
  101    "SUBNET_CMDS_SUBNET_GET_EMPTY", 
"specified subnet is not found: %1",
 
  102    "SUBNET_CMDS_SUBNET_LIST", 
"successfully retrieved list of %1 %2 subnets",
 
  103    "SUBNET_CMDS_SUBNET_LIST_EMPTY", 
"no %1 subnets listed",
 
  104    "SUBNET_CMDS_SUBNET_UPDATE", 
"successfully updated subnet %1 having id %2",
 
Initialize Message Dictionary.
const isc::log::MessageID SUBNET_CMDS_NETWORK_LIST
const isc::log::MessageID SUBNET_CMDS_NETWORK6_SUBNET_ADD_FAILED
const isc::log::MessageID SUBNET_CMDS_NETWORK_ADD
const isc::log::MessageID SUBNET_CMDS_SUBNET6_DELTA_DEL_FAILED
const isc::log::MessageID SUBNET_CMDS_SUBNET_DEL
const isc::log::MessageID SUBNET_CMDS_SUBNET6_DEL_FAILED
const isc::log::MessageID SUBNET_CMDS_NETWORK6_DEL_FAILED
const isc::log::MessageID SUBNET_CMDS_NETWORK4_SUBNET_ADD_FAILED
const isc::log::MessageID SUBNET_CMDS_SUBNET4_GET_FAILED
const isc::log::MessageID SUBNET_CMDS_SUBNET_ADD
const isc::log::MessageID SUBNET_CMDS_SUBNET4_DELTA_ADD_FAILED
const isc::log::MessageID SUBNET_CMDS_SUBNET4_DELTA_DEL_FAILED
const isc::log::MessageID SUBNET_CMDS_NETWORK_SUBNET_ADD
const isc::log::MessageID SUBNET_CMDS_NETWORK4_SUBNET_DEL_FAILED
const isc::log::MessageID SUBNET_CMDS_SUBNET_UPDATE
const isc::log::MessageID SUBNET_CMDS_SUBNET4_ADD_FAILED
const isc::log::MessageID SUBNET_CMDS_NETWORK4_GET_FAILED
const isc::log::MessageID SUBNET_CMDS_NETWORK6_SUBNET_DEL_FAILED
const isc::log::MessageID SUBNET_CMDS_NETWORK_SUBNET_DEL
const isc::log::MessageID SUBNET_CMDS_SUBNET6_ADD_FAILED
const isc::log::MessageID SUBNET_CMDS_SUBNET_LIST_EMPTY
const isc::log::MessageID SUBNET_CMDS_SUBNET6_GET_FAILED
const isc::log::MessageID SUBNET_CMDS_NETWORK_LIST_EMPTY
const isc::log::MessageID SUBNET_CMDS_SUBNET4_DEL_FAILED
const isc::log::MessageID SUBNET_CMDS_SUBNET_GET_EMPTY
const isc::log::MessageID SUBNET_CMDS_SUBNET6_DELTA_ADD_FAILED
const isc::log::MessageID SUBNET_CMDS_INIT_FAILED
const isc::log::MessageID SUBNET_CMDS_NETWORK_GET_EMPTY
const isc::log::MessageID SUBNET_CMDS_SUBNET4_LIST_FAILED
const isc::log::MessageID SUBNET_CMDS_SUBNET_GET
const isc::log::MessageID SUBNET_CMDS_NETWORK4_DEL_FAILED
const isc::log::MessageID SUBNET_CMDS_NETWORK4_LIST_FAILED
const isc::log::MessageID SUBNET_CMDS_INIT_OK
const isc::log::MessageID SUBNET_CMDS_NETWORK6_LIST_FAILED
const isc::log::MessageID SUBNET_CMDS_NETWORK_DEL
const isc::log::MessageID SUBNET_CMDS_SUBNET6_LIST_FAILED
const isc::log::MessageID SUBNET_CMDS_DEINIT_OK
const isc::log::MessageID SUBNET_CMDS_NETWORK6_ADD_FAILED
const isc::log::MessageID SUBNET_CMDS_SUBNET6_UPDATE_FAILED
const isc::log::MessageID SUBNET_CMDS_NETWORK4_ADD_FAILED
const isc::log::MessageID SUBNET_CMDS_NETWORK_GET
const isc::log::MessageID SUBNET_CMDS_NETWORK6_GET_FAILED
const isc::log::MessageID SUBNET_CMDS_SUBNET_LIST
const isc::log::MessageID SUBNET_CMDS_SUBNET4_UPDATE_FAILED
Defines the logger used by the top-level component of kea-lfc.