Kea  1.9.9-git
hosts_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 HOSTS_LOG_H
8 #define HOSTS_LOG_H
9 
10 #include <dhcpsrv/hosts_messages.h>
11 #include <log/macros.h>
12 
13 namespace isc {
14 namespace dhcp {
15 
22 
27 extern const int HOSTS_DBG_TRACE;
28 
33 extern const int HOSTS_DBG_RESULTS;
34 
38 extern const int HOSTS_DBG_TRACE_DETAIL;
39 
43 extern const int HOSTS_DBG_TRACE_DETAIL_DATA;
44 
46 
52 
53 } // namespace dhcp
54 } // namespace isc
55 
56 #endif // HOSTS_LOG_H
const int HOSTS_DBG_TRACE_DETAIL_DATA
Records detailed results of lookups.
Definition: hosts_log.h:43
Logger Class.
Definition: log/logger.h:141
const int HOSTS_DBG_TRACE_DETAIL
Record detailed traces.
Definition: hosts_log.h:38
const int HOSTS_DBG_RESULTS
Records the results of the lookups.
Definition: hosts_log.h:33
isc::log::Logger hosts_logger("hosts")
Logger for the HostMgr and the code it calls.
Definition: hosts_log.h:51
const int HOSTS_DBG_TRACE
Logging levels for the host reservations management.
Definition: hosts_log.h:27
Defines the logger used by the top-level component of kea-dhcp-ddns.