summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.h b/src/log.h
index 6975ed5..8e9cc56 100644
--- a/src/log.h
+++ b/src/log.h
@@ -151,7 +151,6 @@ public:
static WORD prioToEventLogType(int prio);
#endif
-
static Log& instance();
Log& setLogName(std::string newLogName);
@@ -178,6 +177,7 @@ private:
friend class instanceCleaner;
void open();
+ void log(std::string msg, int prio);
Mutex mutex;
friend class LogStringBuilder;