22const char* values[] = {
 
   23    "FLEX_OPTION_LOAD_ERROR", 
"loading Flex Option hooks library failed: %1",
 
   24    "FLEX_OPTION_PROCESS_ADD", 
"Added the option code %1 with value %2",
 
   25    "FLEX_OPTION_PROCESS_CLIENT_CLASS", 
"Skip processing of the option code %1 for class '%2'",
 
   26    "FLEX_OPTION_PROCESS_ERROR", 
"An error occurred processing query %1: %2",
 
   27    "FLEX_OPTION_PROCESS_REMOVE", 
"Removed option code %1",
 
   28    "FLEX_OPTION_PROCESS_SUB_ADD", 
"Added the sub-option code %1 in option code %2 with value %3",
 
   29    "FLEX_OPTION_PROCESS_SUB_CLIENT_CLASS", 
"Skip processing of the sub-option code %1 in option code %2 for class '%3'",
 
   30    "FLEX_OPTION_PROCESS_SUB_REMOVE", 
"Removed sub-option code %1 in option code %2",
 
   31    "FLEX_OPTION_PROCESS_SUB_SUPERSEDE", 
"Supersedes the sub-option code %1 in option code %2 with value %3",
 
   32    "FLEX_OPTION_PROCESS_SUPERSEDE", 
"Supersedes the option code %1 with value %2",
 
   33    "FLEX_OPTION_PROCESS_VENDOR_ID_MISMATCH", 
"Skip processing of vendor option code %1 with vendor id %2 not matching wanted %3",
 
   34    "FLEX_OPTION_UNLOAD", 
"Flex Option hooks library has been unloaded",
 
Initialize Message Dictionary.
const isc::log::MessageID FLEX_OPTION_PROCESS_ERROR
const isc::log::MessageID FLEX_OPTION_PROCESS_VENDOR_ID_MISMATCH
const isc::log::MessageID FLEX_OPTION_PROCESS_CLIENT_CLASS
const isc::log::MessageID FLEX_OPTION_PROCESS_ADD
const isc::log::MessageID FLEX_OPTION_LOAD_ERROR
const isc::log::MessageID FLEX_OPTION_PROCESS_SUB_SUPERSEDE
const isc::log::MessageID FLEX_OPTION_PROCESS_SUB_CLIENT_CLASS
const isc::log::MessageID FLEX_OPTION_PROCESS_REMOVE
const isc::log::MessageID FLEX_OPTION_PROCESS_SUPERSEDE
const isc::log::MessageID FLEX_OPTION_UNLOAD
const isc::log::MessageID FLEX_OPTION_PROCESS_SUB_ADD
const isc::log::MessageID FLEX_OPTION_PROCESS_SUB_REMOVE