http_log.cc 548 B

12345678910111213141516171819
  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. /// Defines the logger used by the top-level component of kea-dhcp-ddns.
  7. #include <http/http_log.h>
  8. namespace isc {
  9. namespace http {
  10. /// @brief Defines the logger used within libkea-http library.
  11. isc::log::Logger http_logger("http");
  12. } // namespace http
  13. } // namespace isc