1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Implemented boost::format based log proxy.

This commit is contained in:
AlexVinS
2016-08-12 11:17:15 +03:00
parent 36c44c2ce7
commit d6178d0bb5
3 changed files with 50 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ public:
CLoggerStream warnStream() const;
CLoggerStream errorStream() const;
inline void log(ELogLevel::ELogLevel level, const std::string & message) const;
void log(ELogLevel::ELogLevel level, const std::string & message) const;
void addTarget(std::unique_ptr<ILogTarget> && target);
void clearTargets();