Kea  1.9.9-git
netconf_log.h
Go to the documentation of this file.
1 // Copyright (C) 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 
9 
10 #ifndef NETCONF_LOG_H
11 #define NETCONF_LOG_H
12 
13 #include <log/logger_support.h>
14 #include <log/macros.h>
16 
17 namespace isc {
18 namespace netconf {
19 
25 
29 extern const int NETCONF_DBG_TRACE;
30 
35 extern const int NETCONF_DBG_RESULTS;
36 
42 
44 
46 extern const char* NETCONF_LOGGER_NAME;
47 
50 
51 } // namespace netconf
52 } // namespace isc
53 
54 #endif // NETCONF_LOG_H
const int NETCONF_DBG_TRACE
Netconf agent logging levels.
Definition: netconf_log.h:29
Logger Class.
Definition: log/logger.h:141
const int NETCONF_DBG_RESULTS
Records the results of the commands.
Definition: netconf_log.h:35
const int NETCONF_DBG_TRACE_DETAIL_DATA
Additional information.
Definition: netconf_log.h:41
isc::log::Logger netconf_logger(NETCONF_LOGGER_NAME)
Base logger for the netconf agent.
Definition: netconf_log.h:49
Defines the logger used by the top-level component of kea-dhcp-ddns.
Logging initialization functions.
const char * NETCONF_LOGGER_NAME
Defines the name of the root level (default) logger.
Definition: netconf_log.cc:22