Kea  1.9.9-git
dhcpsrv_log.h
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 
7 #ifndef DHCPSRV_LOG_H
8 #define DHCPSRV_LOG_H
9 
11 #include <log/macros.h>
12 
13 namespace isc {
14 namespace dhcp {
15 
22 
26 extern const int DHCPSRV_DBG_TRACE;
27 
32 extern const int DHCPSRV_DBG_RESULTS;
33 
38 extern const int DHCPSRV_DBG_TRACE_DETAIL;
39 
44 
45 // Trace hook related operations
46 extern const int DHCPSRV_DBG_HOOKS;
47 
49 
50 
57 
58 } // namespace dhcp
59 } // namespace isc
60 
61 #endif // DHCPSRV_LOG_H
const int DHCPSRV_DBG_TRACE_DETAIL_DATA
Additional information.
Definition: dhcpsrv_log.h:43
const int DHCPSRV_DBG_RESULTS
Records the results of the lookups.
Definition: dhcpsrv_log.h:32
Logger Class.
Definition: log/logger.h:141
const int DHCPSRV_DBG_HOOKS
Definition: dhcpsrv_log.h:46
const int DHCPSRV_DBG_TRACE_DETAIL
Additional information.
Definition: dhcpsrv_log.h:38
Defines the logger used by the top-level component of kea-dhcp-ddns.
const int DHCPSRV_DBG_TRACE
DHCP server library logging levels.
Definition: dhcpsrv_log.h:26
isc::log::Logger dhcpsrv_logger("dhcpsrv")
DHCP server library Logger.
Definition: dhcpsrv_log.h:56