]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/log.h
Remove stuff made obsolete by making players more ActiveObject-like and raise protoco...
[dragonfireclient.git] / src / log.h
index 1d087429cd09f04ecaedfa33096a10ca6177a5fe..afbce57e92f541863cc3bd5ad20a756d2facd301 100644 (file)
--- 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){};
 };