summaryrefslogtreecommitdiffstats
path: root/src/hooks/dhcp/high_availability/ha_log.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/hooks/dhcp/high_availability/ha_log.cc')
-rw-r--r--src/hooks/dhcp/high_availability/ha_log.cc18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/hooks/dhcp/high_availability/ha_log.cc b/src/hooks/dhcp/high_availability/ha_log.cc
new file mode 100644
index 0000000..fb48d46
--- /dev/null
+++ b/src/hooks/dhcp/high_availability/ha_log.cc
@@ -0,0 +1,18 @@
+// Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC")
+//
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this
+// file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+#include <config.h>
+
+#include <ha_log.h>
+
+namespace isc {
+namespace ha {
+
+isc::log::Logger ha_logger("ha-hooks");
+
+} // end of namespace isc::ha
+} // end of namespace isc
+