aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/Logger.h
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2017-03-17 18:35:48 -0700
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2017-03-20 17:32:04 +0000
commit4793f4679ba8720c55165d74b317627e0d60308e (patch)
treef39a222df871381ab4259f65c26f1cd468412557 /CommonLibs/Logger.h
parent802b86502dbcffe260b0424477987695872e676f (diff)
CommonLibs: Remove unused files.
Diffstat (limited to 'CommonLibs/Logger.h')
-rw-r--r--CommonLibs/Logger.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/CommonLibs/Logger.h b/CommonLibs/Logger.h
index 9667f36..68c5a9b 100644
--- a/CommonLibs/Logger.h
+++ b/CommonLibs/Logger.h
@@ -83,7 +83,6 @@
#include "Threads.h" // must be after defines above, if these files are to be allowed to use LOG()
-#include "Utils.h"
/**
A C++ stream-based thread-safe logger.
@@ -123,6 +122,8 @@ extern bool gLogToSyslog; // Output log messages to syslog
std::list<std::string> gGetLoggerAlarms(); ///< Get a copy of the recent alarm list.
+const std::string timestr(); // A timestamp to print in messages.
+std::ostream& operator<<(std::ostream& os, std::ostringstream& ss);
/**@ Global control and initialization of the logging system. */
//@{