45 const char* values[] = {
46 "DCTL_ALREADY_RUNNING",
"%1 already running? %2",
47 "DCTL_CCSESSION_ENDING",
"%1 ending control channel session",
48 "DCTL_CFG_FILE_RELOAD_ERROR",
"configuration reload failed: %1, reverting to current configuration.",
49 "DCTL_CFG_FILE_RELOAD_SIGNAL_RECVD",
"OS signal %1 received, reloading configuration from file: %2",
50 "DCTL_COMMAND_RECEIVED",
"%1 received command: %2, arguments: %3",
51 "DCTL_CONFIG_CHECK_COMPLETE",
"server has completed configuration check: %1, result: %2",
52 "DCTL_CONFIG_COMPLETE",
"server has completed configuration: %1",
53 "DCTL_CONFIG_DEPRECATED",
"server configuration includes a deprecated object: %1",
54 "DCTL_CONFIG_FETCH",
"Fetching configuration data from config backends.",
55 "DCTL_CONFIG_FILE_LOAD_FAIL",
"%1 reason: %2",
56 "DCTL_CONFIG_LOAD_FAIL",
"%1 configuration failed to load: %2",
57 "DCTL_CONFIG_START",
"parsing new configuration: %1",
58 "DCTL_CONFIG_STUB",
"%1 configuration stub handler called",
59 "DCTL_CONFIG_UPDATE",
"%1 updated configuration received: %2",
60 "DCTL_DEVELOPMENT_VERSION",
"This software is a development branch of Kea. It is not recommended for production use.",
61 "DCTL_INIT_PROCESS",
"%1 initializing the application",
62 "DCTL_INIT_PROCESS_FAIL",
"%1 application initialization failed: %2",
63 "DCTL_NOT_RUNNING",
"%1 application instance is not running",
64 "DCTL_OPEN_CONFIG_DB",
"Opening configuration database: %1",
65 "DCTL_PARSER_FAIL",
": %1",
66 "DCTL_PID_FILE_ERROR",
"%1 could not create a PID file: %2",
67 "DCTL_PROCESS_FAILED",
"%1 application execution failed: %2",
68 "DCTL_RUN_PROCESS",
"%1 starting application event loop",
69 "DCTL_SESSION_FAIL",
"%1 controller failed to establish Kea session: %1",
70 "DCTL_SHUTDOWN",
"%1 has shut down, pid: %2, version: %3",
71 "DCTL_SHUTDOWN_SIGNAL_RECVD",
"OS signal %1 received, starting shutdown",
72 "DCTL_STANDALONE",
"%1 skipping message queue, running standalone",
73 "DCTL_STARTING",
"%1 starting, pid: %2, version: %3 (%4)",
74 "DCTL_UNSUPPORTED_SIGNAL",
"ignoring reception of unsupported signal: %1",
const isc::log::MessageID DCTL_PARSER_FAIL
const isc::log::MessageID DCTL_INIT_PROCESS
const isc::log::MessageID DCTL_RUN_PROCESS
const isc::log::MessageID DCTL_STANDALONE
Initialize Message Dictionary.
const isc::log::MessageID DCTL_CFG_FILE_RELOAD_SIGNAL_RECVD
const isc::log::MessageID DCTL_INIT_PROCESS_FAIL
const isc::log::MessageID DCTL_COMMAND_RECEIVED
const isc::log::MessageID DCTL_CFG_FILE_RELOAD_ERROR
const isc::log::MessageID DCTL_SHUTDOWN_SIGNAL_RECVD
const isc::log::MessageID DCTL_DEVELOPMENT_VERSION
const isc::log::MessageID DCTL_CONFIG_FETCH
const isc::log::MessageID DCTL_ALREADY_RUNNING
const isc::log::MessageID DCTL_PROCESS_FAILED
const isc::log::MessageID DCTL_CONFIG_STUB
const isc::log::MessageID DCTL_CONFIG_CHECK_COMPLETE
const isc::log::MessageID DCTL_STARTING
Defines the logger used by the top-level component of kea-dhcp-ddns.
const isc::log::MessageID DCTL_CONFIG_DEPRECATED
const isc::log::MessageID DCTL_OPEN_CONFIG_DB
const isc::log::MessageID DCTL_CONFIG_UPDATE
const isc::log::MessageID DCTL_NOT_RUNNING
const isc::log::MessageID DCTL_SESSION_FAIL
const isc::log::MessageID DCTL_CONFIG_COMPLETE
const isc::log::MessageID DCTL_CONFIG_LOAD_FAIL
const isc::log::MessageID DCTL_CCSESSION_ENDING
const isc::log::MessageID DCTL_CONFIG_START
const isc::log::MessageID DCTL_SHUTDOWN
const isc::log::MessageID DCTL_CONFIG_FILE_LOAD_FAIL
const isc::log::MessageID DCTL_PID_FILE_ERROR
const isc::log::MessageID DCTL_UNSUPPORTED_SIGNAL