summaryrefslogtreecommitdiff
path: root/src/components/include/utils/push_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/utils/push_log.h')
-rw-r--r--src/components/include/utils/push_log.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/components/include/utils/push_log.h b/src/components/include/utils/push_log.h
index a96e484812..aaeaa83bae 100644
--- a/src/components/include/utils/push_log.h
+++ b/src/components/include/utils/push_log.h
@@ -38,14 +38,12 @@
namespace logger {
-bool push_log(
- log4cxx::LoggerPtr logger,
- log4cxx::LevelPtr level,
- const std::string& entry,
- log4cxx_time_t timeStamp,
- const log4cxx::spi::LocationInfo& location,
- const log4cxx::LogString& threadName
- );
+bool push_log(log4cxx::LoggerPtr logger,
+ log4cxx::LevelPtr level,
+ const std::string& entry,
+ log4cxx_time_t timeStamp,
+ const log4cxx::spi::LocationInfo& location,
+ const log4cxx::LogString& threadName);
void flush_logger();