aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/Logger.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-02-20 18:22:18 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-02-20 20:32:27 +0100
commit61837c0420781b601dd7fe8e62800b75869277db (patch)
tree90c8e7f73f8c67cb6034361b17def9f0ff92e9f3 /CommonLibs/Logger.h
parentf83e11fefdf758945bfcf5cf06389f3cde238901 (diff)
Logger: Remove gLogToConsole flag
No code is using it and we always lock to console anyways. Change-Id: I5fde99c6af5a845e635b5d27abab855682071f14
Diffstat (limited to 'CommonLibs/Logger.h')
-rw-r--r--CommonLibs/Logger.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/CommonLibs/Logger.h b/CommonLibs/Logger.h
index 32ee891..a8fe44d 100644
--- a/CommonLibs/Logger.h
+++ b/CommonLibs/Logger.h
@@ -88,7 +88,6 @@ class Log {
std::ostringstream& get();
};
-extern bool gLogToConsole; // Output log messages to stdout
const std::string timestr(); // A timestamp to print in messages.
std::ostream& operator<<(std::ostream& os, std::ostringstream& ss);