lease_cmds_log.h 556 B

1234567891011121314151617181920212223
  1. // Copyright (C) 2017 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 LEASE_CMD_LOG_H
  7. #define LEASE_CMD_LOG_H
  8. #include <log/logger_support.h>
  9. #include <log/macros.h>
  10. #include <lease_cmds_messages.h>
  11. namespace isc {
  12. namespace lease_cmds {
  13. extern isc::log::Logger lease_cmds_logger;
  14. } // end of isc::lease_cmds
  15. } // end of isc namespace
  16. #endif