Kea
1.5.0
eval_log.cc
Go to the documentation of this file.
1
// Copyright (C) 2015-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
8
9
#include <config.h>
10
11
#include <
eval/eval_log.h
>
12
13
namespace
isc
{
14
namespace
dhcp {
15
16
extern
const
int
EVAL_DBG_TRACE
=
isc::log::DBGLVL_TRACE_BASIC
;
17
extern
const
int
EVAL_DBG_STACK
=
isc::log::DBGLVL_TRACE_DETAIL_DATA
;
18
19
isc::log::Logger
eval_logger
(
"eval"
);
20
21
}
// namespace dhcp
22
}
// namespace isc
23
isc::dhcp::eval_logger
isc::log::Logger eval_logger("eval")
Eval Logger.
Definition:
eval_log.h:33
isc::log::Logger
Logger Class.
Definition:
log/logger.h:143
eval_log.h
isc
Defines the logger used by the top-level component of kea-dhcp-ddns.
Definition:
agent_parser.cc:144
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
isc::dhcp::EVAL_DBG_TRACE
const int EVAL_DBG_TRACE
Eval debug Logging levels.
Definition:
eval_log.h:22
isc::dhcp::EVAL_DBG_STACK
const int EVAL_DBG_STACK
Definition:
eval_log.h:26
src
lib
eval
eval_log.cc
Generated on Fri Jul 10 2020 09:12:51 for Kea by
1.8.18