Kea 2.5.8
config_log.cc
Go to the documentation of this file.
1// Copyright (C) 2011-2018 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
8
9#include <config.h>
10
11#include "config/config_log.h"
12
13namespace isc {
14namespace config {
15
17
18extern const int DBG_COMMAND = isc::log::DBGLVL_COMMAND;
19
20} // namespace nsas
21} // namespace isc
22
Logger Class.
Definition: log/logger.h:142
const int DBG_COMMAND
Definition: config_log.h:24
isc::log::Logger command_logger("commands")
Command processing Logger.
Definition: config_log.h:21
const int DBGLVL_COMMAND
This debug level is reserved for logging the exchange of messages/commands between processes,...
Definition: log_dbglevels.h:54
Defines the logger used by the top-level component of kea-lfc.