summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2017-05-12 15:55:51 -0700
committerEd Tanous <ed.tanous@intel.com>2017-05-12 15:55:51 -0700
commitdc7b679ae8425fed48b462b73ffd1e105988cbd0 (patch)
treeffc3e4006bee5c7d3ac31e2e71117905f60b326c /include
parentcc5a37f7362e8aabb8f21705c8583d2ff19a641d (diff)
downloadbmcweb-dc7b679ae8425fed48b462b73ffd1e105988cbd0.tar.gz
bmcweb-dc7b679ae8425fed48b462b73ffd1e105988cbd0.zip
inremental
Diffstat (limited to 'include')
-rw-r--r--include/crow/g3_logger.hpp12
1 files changed, 5 insertions, 7 deletions
diff --git a/include/crow/g3_logger.hpp b/include/crow/g3_logger.hpp
index 748328e..91e2935 100644
--- a/include/crow/g3_logger.hpp
+++ b/include/crow/g3_logger.hpp
@@ -1,12 +1,10 @@
#pragma once
-// This file overrides the default crow logging framework to use g3 instead.
-// It implements enough of the interfaces of the crow logging framework to work
-// correctly
-// but deletes the ILogHandler interface, as usage of that would be counter to
-// the g3
-// handler management, and would cause performance issues.
-
+/*This file overrides the default crow logging framework to use g3 instead.
+ It implements enough of the interfaces of the crow logging framework to work
+ correctly but deletes the ILogHandler interface, as usage of that would be
+ counter to the g3 handler management, and would cause performance issues.
+*/
#include <cstdio>
#include <cstdlib>
#include <ctime>
OpenPOWER on IntegriCloud