Kea 2.5.8
hooks_log.cc
Go to the documentation of this file.
1// Copyright (C) 2011-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 <hooks/hooks_log.h>
12#include <log/macros.h>
13
14namespace isc {
15namespace hooks {
16
18
20
24
25
26} // namespace hooks
27} // namespace isc
28
Logger Class.
Definition: log/logger.h:142
const int HOOKS_DBG_EXTENDED_CALLS
Definition: hooks_log.h:29
isc::log::Logger hooks_logger("hooks")
Hooks Logger.
Definition: hooks_log.h:37
const int HOOKS_DBG_CALLS
Definition: hooks_log.h:25
const int HOOKS_DBG_TRACE
Hooks debug Logging levels.
Definition: hooks_log.h:22
isc::log::Logger callouts_logger("callouts")
Callouts logger.
Definition: hooks_log.h:44
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
const int DBGLVL_TRACE_BASIC_DATA
Trace data associated with the basic operations.
Definition: log_dbglevels.h:72
Defines the logger used by the top-level component of kea-lfc.