Kea 3.1.1
lease_query_log.cc
Go to the documentation of this file.
1// Copyright (C) 2020-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#include <config.h>
8#include <lease_query_log.h>
9
10namespace isc {
11namespace lease_query {
12
13isc::log::Logger lease_query_logger("lease-query-hooks");
14
15} // end of namespace isc::cb
16} // end of namespace isc
isc::log::Logger lease_query_logger("lease-query-hooks")
Defines the logger used by the top-level component of kea-lfc.