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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user