Kea
2.7.5
eval_log.h
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
7
#ifndef EVAL_LOG_H
8
#define EVAL_LOG_H
9
10
#include <
log/macros.h
>
11
#include <
eval/eval_messages.h
>
12
13
namespace
isc
{
14
namespace
dhcp {
15
20
21
// The first level traces normal operations,
22
extern
const
int
EVAL_DBG_TRACE
;
23
24
// Additional information on the calls. Report the values that were
25
// popped from or pushed to the value stack.
26
extern
const
int
EVAL_DBG_STACK
;
27
33
extern
isc::log::Logger
eval_logger
;
34
35
}
// namespace dhcp
36
}
// namespace isc
37
38
#endif
// EVAL_LOG_H
isc::log::Logger
Logger Class.
Definition
log/logger.h:142
eval_messages.h
macros.h
isc::dhcp::EVAL_DBG_STACK
const int EVAL_DBG_STACK
Definition
eval_log.h:26
isc::dhcp::eval_logger
isc::log::Logger eval_logger("eval")
Eval Logger.
Definition
eval_log.h:33
isc::dhcp::EVAL_DBG_TRACE
const int EVAL_DBG_TRACE
Eval debug Logging levels.
Definition
eval_log.h:22
isc
Defines the logger used by the top-level component of kea-lfc.
Definition
agent_parser.cc:148
src
lib
eval
eval_log.h
Generated on Wed Nov 20 2024 11:53:25 for Kea by
1.10.0