ctrl_agent_log.cc 431 B

123456789101112131415
  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. #include <agent/ctrl_agent_log.h>
  7. namespace isc {
  8. namespace agent {
  9. isc::log::Logger agent_logger("ctrl-agent");
  10. } // namespace isc::agent
  11. } // namespace isc