Kea  1.9.9-git
alloc_engine_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 ALLOC_ENGINE_LOG_H
8 #define ALLOC_ENGINE_LOG_H
9 
11 #include <log/macros.h>
12 
13 namespace isc {
14 namespace dhcp {
15 
17 
22 extern const int ALLOC_ENGINE_DBG_TRACE;
23 
28 extern const int ALLOC_ENGINE_DBG_RESULTS;
29 
34 
39 
41 
46 
47 } // namespace dhcp
48 } // namespace isc
49 
50 #endif // ALLOC_ENGINE_LOG_H
const int ALLOC_ENGINE_DBG_TRACE
Logging levels for the AllocEngine.
Logger Class.
Definition: log/logger.h:141
const int ALLOC_ENGINE_DBG_TRACE_DETAIL
Record detailed traces.
const int ALLOC_ENGINE_DBG_TRACE_DETAIL_DATA
Records detailed results of various operations.
Defines the logger used by the top-level component of kea-dhcp-ddns.
isc::log::Logger alloc_engine_logger("alloc-engine")
Logger for the AllocEngine.
const int ALLOC_ENGINE_DBG_RESULTS
Records the results of various operations.