Kea  1.9.9-git
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 
14 namespace isc {
15 namespace hooks {
16 
18 
20 
24 
25 
26 } // namespace hooks
27 } // namespace isc
28 
const int HOOKS_DBG_EXTENDED_CALLS
Definition: hooks_log.h:29
Logger Class.
Definition: log/logger.h:141
const int DBGLVL_TRACE_BASIC
Trace basic operations.
Definition: log_dbglevels.h:65
isc::log::Logger callouts_logger("callouts")
Callouts logger.
Definition: hooks_log.h:44
const int DBGLVL_TRACE_DETAIL_DATA
Trace data associated with detailed operations.
Definition: log_dbglevels.h:74
const int HOOKS_DBG_CALLS
Definition: hooks_log.h:25
Defines the logger used by the top-level component of kea-dhcp-ddns.
isc::log::Logger hooks_logger("hooks")
Hooks Logger.
Definition: hooks_log.h:37
const int DBGLVL_TRACE_BASIC_DATA
Trace data associated with the basic operations.
Definition: log_dbglevels.h:68
const int HOOKS_DBG_TRACE
Hooks debug Logging levels.
Definition: hooks_log.h:22