Kea  1.5.0
netconf_log.cc
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 #include <config.h>
11 
12 #include <netconf/netconf_log.h>
13 
14 namespace isc {
15 namespace netconf {
16 
19 extern const int NETCONF_DBG_TRACE_DETAIL_DATA =
21 
22 const char* NETCONF_LOGGER_NAME = "netconf";
23 
25 
26 } // namespace netconf
27 } // namespace isc
28 
isc::netconf::NETCONF_LOGGER_NAME
const char * NETCONF_LOGGER_NAME
Defines the name of the root level (default) logger.
Definition: netconf_log.cc:22
isc::log::Logger
Logger Class.
Definition: log/logger.h:143
isc::netconf::netconf_logger
isc::log::Logger netconf_logger(NETCONF_LOGGER_NAME)
Base logger for the netconf agent.
Definition: netconf_log.h:49
isc::log::DBGLVL_TRACE_BASIC_DATA
const int DBGLVL_TRACE_BASIC_DATA
Trace data associated with the basic operations.
Definition: log_dbglevels.h:68
isc
Defines the logger used by the top-level component of kea-dhcp-ddns.
Definition: agent_parser.cc:144
isc::netconf::NETCONF_DBG_TRACE
const int NETCONF_DBG_TRACE
Netconf agent logging levels.
Definition: netconf_log.h:29
isc::netconf::NETCONF_DBG_TRACE_DETAIL_DATA
const int NETCONF_DBG_TRACE_DETAIL_DATA
Additional information.
Definition: netconf_log.h:41
isc::netconf::NETCONF_DBG_RESULTS
const int NETCONF_DBG_RESULTS
Records the results of the commands.
Definition: netconf_log.h:35
isc::log::DBGLVL_TRACE_BASIC
const int DBGLVL_TRACE_BASIC
Trace basic operations.
Definition: log_dbglevels.h:65
netconf_log.h
isc::log::DBGLVL_TRACE_DETAIL_DATA
const int DBGLVL_TRACE_DETAIL_DATA
Trace data associated with detailed operations.
Definition: log_dbglevels.h:74