http_log.h 587 B

1234567891011121314151617181920212223
  1. // Copyright (C) 2016 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. #ifndef HTTP_LOG_H
  7. #define HTTP_LOG_H
  8. #include <log/logger_support.h>
  9. #include <log/macros.h>
  10. #include <http/http_messages.h>
  11. namespace isc {
  12. namespace http {
  13. /// Define the loggers used within libkea-http library.
  14. extern isc::log::Logger http_logger;
  15. } // namespace http
  16. } // namespace isc
  17. #endif // HTTP_LOG_H