Kea
3.1.1
legal_log_db_log.h
Go to the documentation of this file.
1
// Copyright (C) 2018-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
#ifndef LEGAL_LOG_DB_LOG_H
8
#define LEGAL_LOG_DB_LOG_H
9
10
#include <
database/db_log.h
>
11
12
#include <boost/noncopyable.hpp>
13
14
namespace
isc
{
15
namespace
dhcp
{
16
18
class
LegalLogDbLogger
: boost::noncopyable {
19
public
:
24
LegalLogDbLogger
(
isc::db::DbLogger
& legal_log_db_logger);
25
30
~LegalLogDbLogger
();
31
};
32
33
}
// namespace dhcp
34
}
// namespace isc
35
36
#endif
// LEGAL_LOG_DB_LOG_H
isc::db::DbLogger
Database logger class.
Definition
db_log.h:74
isc::dhcp::LegalLogDbLogger::LegalLogDbLogger
LegalLogDbLogger(isc::db::DbLogger &legal_log_db_logger)
Constructor.
Definition
legal_log_db_log.cc:27
isc::dhcp::LegalLogDbLogger::~LegalLogDbLogger
~LegalLogDbLogger()
Destructor.
Definition
legal_log_db_log.cc:32
db_log.h
We want to reuse the database backend connection and exchange code for other uses,...
isc::dhcp
Definition
dhcp4/client_handler.cc:20
isc
Defines the logger used by the top-level component of kea-lfc.
Definition
agent_parser.cc:148
src
lib
dhcpsrv
legal_log_db_log.h
Generated on Fri Aug 29 2025 13:13:13 for Kea by
1.13.2