Kea 3.1.1
gss_tsig_log.cc
Go to the documentation of this file.
1// Copyright (C) 2021-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 <gss_tsig_log.h>
9
10namespace isc {
11namespace gss_tsig {
12
13isc::log::Logger gss_tsig_logger("gss-tsig-hooks");
14
15} // end of namespace isc::gss_tsig
16} // end of namespace isc
isc::log::Logger gss_tsig_logger("gss-tsig-hooks")
Defines the logger used by the top-level component of kea-lfc.