Kea 3.1.1
host_cache_log.h
Go to the documentation of this file.
1// Copyright (C) 2018-2025 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 HOST_CACHE_LOG_H
8#define HOST_CACHE_LOG_H
9
11#include <log/macros.h>
12#include <host_cache_messages.h>
13
14namespace isc {
15namespace host_cache {
16
23
28
34
36
37
44
45} // end of namespace host_cache
46} // end of namespace isc
47
48#endif // HOST_CACHE_LOG_H
Logger Class.
Definition log/logger.h:142
const int HOST_CACHE_DBG_RESULTS
Records the results of the lookups.
const int HOST_CACHE_DBG_TRACE
Host Cache hooks library logging levels.
isc::log::Logger host_cache_logger("host-cache-hooks")
Host Cache Logger.
const int DBGLVL_TRACE_BASIC
Trace basic operations.
const int DBGLVL_TRACE_BASIC_DATA
Trace data associated with the basic operations.
Defines the logger used by the top-level component of kea-lfc.