2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-06 17:05:14 +00:00
Files
kea/src/hooks/dhcp/mysql_cb/mysql_cb_log.h

23 lines
537 B
C
Raw Normal View History

2022-03-28 01:56:00 -07:00
// Copyright (C) 2019-2022 Internet Systems Consortium, Inc. ("ISC")
2019-05-09 12:41:33 +03:00
//
// 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/.
#ifndef LEASE_CMD_LOG_H
#define LEASE_CMD_LOG_H
#include <log/logger_support.h>
#include <log/macros.h>
#include <mysql_cb_messages.h>
namespace isc {
namespace dhcp {
extern isc::log::Logger mysql_cb_logger;
} // namespace dhcp
} // namespace isc
#endif