Kea 2.5.8
user_chk_log.cc
Go to the documentation of this file.
1// Copyright (C) 2013-2015 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#include <config.h>
9
10#include <user_chk_log.h>
11
12namespace user_chk {
13
15
16} // namespace user_chk
Logger Class.
Definition: log/logger.h:142
Defines the logger used by the user check hooks library.
Definition: user.cc:19
isc::log::Logger user_chk_logger("user_chk")
User Check Logger.
Definition: user_chk_log.h:21