Kea 2.5.8
user_chk_log.h
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
7#ifndef USER_CHK_LOG_H
8#define USER_CHK_LOG_H
9
11#include <log/macros.h>
12#include <user_chk_messages.h>
13
14namespace user_chk {
15
22
23} // end of namespace user_chk
24
25#endif // USER_CHK_LOG_H
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