Kea  1.9.9-git
flex_option_messages.cc
Go to the documentation of this file.
1 // File created from ../../../../src/hooks/dhcp/flex_option/flex_option_messages.mes
2 
3 #include <cstddef>
4 #include <log/message_types.h>
6 
7 extern const isc::log::MessageID FLEX_OPTION_LOAD_ERROR = "FLEX_OPTION_LOAD_ERROR";
8 extern const isc::log::MessageID FLEX_OPTION_PROCESS_ADD = "FLEX_OPTION_PROCESS_ADD";
9 extern const isc::log::MessageID FLEX_OPTION_PROCESS_ERROR = "FLEX_OPTION_PROCESS_ERROR";
10 extern const isc::log::MessageID FLEX_OPTION_PROCESS_REMOVE = "FLEX_OPTION_PROCESS_REMOVE";
11 extern const isc::log::MessageID FLEX_OPTION_PROCESS_SUPERSEDE = "FLEX_OPTION_PROCESS_SUPERSEDE";
12 extern const isc::log::MessageID FLEX_OPTION_UNLOAD = "FLEX_OPTION_UNLOAD";
13 
14 namespace {
15 
16 const char* values[] = {
17  "FLEX_OPTION_LOAD_ERROR", "loading Flex Option hooks library failed: %1",
18  "FLEX_OPTION_PROCESS_ADD", "Added the option code %1 value by %2",
19  "FLEX_OPTION_PROCESS_ERROR", "An error occurred processing query %1: %2",
20  "FLEX_OPTION_PROCESS_REMOVE", "Removed option code %1",
21  "FLEX_OPTION_PROCESS_SUPERSEDE", "Supersedes the value of option code %1 by %2",
22  "FLEX_OPTION_UNLOAD", "Flex Option hooks library has been unloaded",
23  NULL
24 };
25 
27 
28 } // Anonymous namespace
29 
Initializer initializer
const isc::log::MessageID FLEX_OPTION_PROCESS_SUPERSEDE
const isc::log::MessageID FLEX_OPTION_LOAD_ERROR
const isc::log::MessageID FLEX_OPTION_PROCESS_ADD
Initialize Message Dictionary.
const isc::log::MessageID FLEX_OPTION_PROCESS_REMOVE
const isc::log::MessageID FLEX_OPTION_UNLOAD
const isc::log::MessageID FLEX_OPTION_PROCESS_ERROR
const char * MessageID
Definition: message_types.h:15