Kea  1.5.0
log_dbglevels.cc
Go to the documentation of this file.
1 // Copyright (C) 2017 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 namespace isc {
8 namespace log {
9 
12 extern const int DBGLVL_START_SHUT = 0;
13 extern const int DBGLVL_COMMAND = 10;
14 extern const int DBGLVL_COMMAND_DATA = 20;
15 
16 extern const int DBGLVL_TRACE_BASIC = 40;
17 extern const int DBGLVL_TRACE_BASIC_DATA = 45;
18 extern const int DBGLVL_TRACE_DETAIL = 50;
19 extern const int DBGLVL_TRACE_DETAIL_DATA = 55;
20 
21 }
22 }
isc::log::DBGLVL_COMMAND_DATA
const int DBGLVL_COMMAND_DATA
If the commands have associated data, this level is when they are printed.
Definition: log_dbglevels.h:58
isc::log::DBGLVL_TRACE_DETAIL
const int DBGLVL_TRACE_DETAIL
Trace detailed operations.
Definition: log_dbglevels.h:71
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::log::DBGLVL_START_SHUT
const int DBGLVL_START_SHUT
This is given a value of 0 as that is the level selected if debugging is enabled without giving a lev...
Definition: log_dbglevels.h:50
isc::log::DBGLVL_COMMAND
const int DBGLVL_COMMAND
This debug level is reserved for logging the exchange of messages/commands between processes,...
Definition: log_dbglevels.h:54
isc::log::DBGLVL_TRACE_BASIC
const int DBGLVL_TRACE_BASIC
Trace basic operations.
Definition: log_dbglevels.h:65
isc::log::DBGLVL_TRACE_DETAIL_DATA
const int DBGLVL_TRACE_DETAIL_DATA
Trace data associated with detailed operations.
Definition: log_dbglevels.h:74