Kea  1.5.0
logimpl_messages.cc
Go to the documentation of this file.
1 // File created from logimpl_messages.mes on Wed Jun 22 10:57:02 2011
2 
3 #include <config.h>
4 
5 #include <cstddef>
6 #include <log/message_types.h>
8 
9 namespace isc {
10 namespace log {
11 
12 extern const isc::log::MessageID LOGIMPL_ABOVE_MAX_DEBUG = "LOGIMPL_ABOVE_MAX_DEBUG";
13 extern const isc::log::MessageID LOGIMPL_BAD_DEBUG_STRING = "LOGIMPL_BAD_DEBUG_STRING";
14 extern const isc::log::MessageID LOGIMPL_BELOW_MIN_DEBUG = "LOGIMPL_BELOW_MIN_DEBUG";
15 
16 } // namespace log
17 } // namespace isc
18 
19 namespace {
20 
21 const char* values[] = {
22  "LOGIMPL_ABOVE_MAX_DEBUG", "debug level of %1 is too high and will be set to the maximum of %2",
23  "LOGIMPL_BAD_DEBUG_STRING", "debug string '%1' has invalid format",
24  "LOGIMPL_BELOW_MIN_DEBUG", "debug level of %1 is too low and will be set to the minimum of %2",
25  NULL
26 };
27 
29 
30 } // Anonymous namespace
31 
isc
Defines the logger used by the top-level component of kea-dhcp-ddns.
Definition: agent_parser.cc:144
message_initializer.h
message_types.h
isc::log::MessageID
const char * MessageID
Definition: message_types.h:15
isc::log::LOGIMPL_ABOVE_MAX_DEBUG
const isc::log::MessageID LOGIMPL_ABOVE_MAX_DEBUG
Definition: logimpl_messages.h:11
isc::log::LOGIMPL_BELOW_MIN_DEBUG
const isc::log::MessageID LOGIMPL_BELOW_MIN_DEBUG
Definition: logimpl_messages.h:13
isc::log::LOGIMPL_BAD_DEBUG_STRING
const isc::log::MessageID LOGIMPL_BAD_DEBUG_STRING
Definition: logimpl_messages.h:12
isc::log::MessageInitializer
Initialize Message Dictionary.
Definition: message_initializer.h:72
initializer
Initializer initializer
Definition: run_benchmarks.cc:30