Kea  1.9.9-git
fuzz_log.cc
Go to the documentation of this file.
1 // Copyright (C) 2015-2019 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 "dhcpsrv/fuzz_log.h"
12 
13 namespace isc {
14 namespace dhcp {
15 
18 
20 
21 } // namespace dhcp
22 } // namespace isc
23 
const int FUZZ_DBG_TRACE_DETAIL
Record detailed traces.
Definition: fuzz_log.h:30
Logger Class.
Definition: log/logger.h:141
const int DBGLVL_TRACE_BASIC
Trace basic operations.
Definition: log_dbglevels.h:65
const int FUZZ_DBG_TRACE
Logging levels for fuzzing output.
Definition: fuzz_log.h:25
Defines the logger used by the top-level component of kea-dhcp-ddns.
isc::log::Logger fuzz_logger("fuzz")
Logger for the HostMgr and the code it calls.
Definition: fuzz_log.h:38
const int DBGLVL_TRACE_DETAIL
Trace detailed operations.
Definition: log_dbglevels.h:71