2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-23 02:17:33 +00:00
kea/src/hooks/dhcp/mysql/mysql_hb_log.cc

18 lines
451 B
C++
Raw Normal View History

2024-09-16 21:25:33 +03:00
// 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