Kea 2.5.9
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
13namespace isc {
14namespace dhcp {
15
18
20
21} // namespace dhcp
22} // namespace isc
23
Logger Class.
Definition: log/logger.h:142
const int EVAL_DBG_STACK
Definition: eval_log.h:26
isc::log::Logger eval_logger("eval")
Eval Logger.
Definition: eval_log.h:33
const int EVAL_DBG_TRACE
Eval debug Logging levels.
Definition: eval_log.h:22
const int DBGLVL_TRACE_BASIC
Trace basic operations.
Definition: log_dbglevels.h:69
const int DBGLVL_TRACE_DETAIL_DATA
Trace data associated with detailed operations.
Definition: log_dbglevels.h:78
Defines the logger used by the top-level component of kea-lfc.