Kea  1.9.9-git
config_log.h
Go to the documentation of this file.
1 // Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
2 //
3 // This Source Code Form is subject to the terms of the Mozilla Public
4 // License, v. 2.0. If a copy of the MPL was not distributed with this
5 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 
7 #ifndef CONFIG_LOG_H
8 #define CONFIG_LOG_H
9 
10 #include <log/macros.h>
11 #include "config_messages.h"
12 
13 namespace isc {
14 namespace config {
15 
22 
23 // Enumerate configuration elements as they are processed.
24 extern const int DBG_COMMAND;
25 
26 } // namespace config
27 } // namespace isc
28 
29 #endif // CONFIG_LOG_H
Logger Class.
Definition: log/logger.h:141
const int DBG_COMMAND
Definition: config_log.h:24
isc::log::Logger command_logger("commands")
Command processing Logger.
Definition: config_log.h:21
Defines the logger used by the top-level component of kea-dhcp-ddns.