d_log.h 598 B

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