logger.h 467 B

123456789101112131415161718
  1. // Copyright (C) 2012-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. #include <log/logger.h>
  7. #include <log/macros.h>
  8. #include <log/log_dbglevels.h>
  9. #include <asiodns/asiodns_messages.h>
  10. namespace isc {
  11. namespace asiodns {
  12. extern isc::log::Logger logger;
  13. }
  14. }