Kea 2.5.8
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
13namespace isc {
14namespace dhcp {
15
20
21// The first level traces normal operations,
22extern 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.
26extern const int EVAL_DBG_STACK;
27
34
35} // namespace dhcp
36} // namespace isc
37
38#endif // EVAL_LOG_H
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
Defines the logger used by the top-level component of kea-lfc.