diff options
author | Christian Pointner <equinox@anytun.org> | 2009-02-20 16:37:34 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-02-20 16:37:34 +0000 |
commit | bf8570b3ca22a9cfb0ae1fe1bab318d0e4811009 (patch) | |
tree | 213c232cb1ca46ceeb471e5bf7462219a64afd03 /src/log.h | |
parent | reserved command line letters (diff) |
log cleanup
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |