From 013921782b1a8506f4aee1d1be0312002eddd575 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 27 Nov 2011 14:28:54 +0200 Subject: Add a third log output interface method --- src/log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/log.h') diff --git a/src/log.h b/src/log.h index 1d087429c..afbce57e9 100644 --- a/src/log.h +++ b/src/log.h @@ -41,6 +41,8 @@ class ILogOutput public: /* line: Full line with timestamp, level and thread */ virtual void printLog(const std::string &line){}; + /* line: Full line with timestamp, level and thread */ + virtual void printLog(const std::string &line, enum LogMessageLevel lev){}; /* line: Only actual printed text */ virtual void printLog(enum LogMessageLevel lev, const std::string &line){}; }; -- cgit v1.2.3