mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-23 02:17:33 +00:00
18 lines
451 B
C++
18 lines
451 B
C++
|
// Copyright (C) 2019-2022 Internet Systems Consortium, Inc. ("ISC")
|
||
|
//
|
||
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||
|
|
||
|
#include <config.h>
|
||
|
|
||
|
#include <mysql_hb_log.h>
|
||
|
|
||
|
namespace isc {
|
||
|
namespace dhcp {
|
||
|
|
||
|
isc::log::Logger mysql_hb_logger("mysql-hb-hooks");
|
||
|
|
||
|
} // namespace dhcp
|
||
|
} // namespace isc
|