summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-20 16:37:34 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-20 16:37:34 +0000
commitbf8570b3ca22a9cfb0ae1fe1bab318d0e4811009 (patch)
tree213c232cb1ca46ceeb471e5bf7462219a64afd03 /src/log.h
parentreserved command line letters (diff)
log cleanup
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;