diff options
| author | Ed Tanous <ed.tanous@intel.com> | 2017-05-12 15:55:51 -0700 |
|---|---|---|
| committer | Ed Tanous <ed.tanous@intel.com> | 2017-05-12 15:55:51 -0700 |
| commit | dc7b679ae8425fed48b462b73ffd1e105988cbd0 (patch) | |
| tree | ffc3e4006bee5c7d3ac31e2e71117905f60b326c /include | |
| parent | cc5a37f7362e8aabb8f21705c8583d2ff19a641d (diff) | |
| download | bmcweb-dc7b679ae8425fed48b462b73ffd1e105988cbd0.tar.gz bmcweb-dc7b679ae8425fed48b462b73ffd1e105988cbd0.zip | |
inremental
Diffstat (limited to 'include')
| -rw-r--r-- | include/crow/g3_logger.hpp | 12 |
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> |

