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/.
|
|
|
|
|
2024-09-16 21:25:33 +03:00
|
|
|
#ifndef MYSQL_CB_LOG_H
|
|
|
|
#define MYSQL_CB_LOG_H
|
2019-05-09 12:41:33 +03:00
|
|
|
|
|
|
|
#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
|