summaryrefslogtreecommitdiff
path: root/lib/common/Logging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/Logging.cpp')
-rw-r--r--lib/common/Logging.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common/Logging.cpp b/lib/common/Logging.cpp
index ee76cde4..dad96126 100644
--- a/lib/common/Logging.cpp
+++ b/lib/common/Logging.cpp
@@ -21,8 +21,8 @@ bool Logging::sContextSet = false;
std::vector<Logger*> Logging::sLoggers;
std::string Logging::sContext;
-Console Logging::sConsole;
-Syslog Logging::sSyslog;
+Console Logging::sConsole;
+Syslog Logging::sSyslog;
Log::Level Logging::sGlobalLevel;
void Logging::ToSyslog(bool enabled)