mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-15 11:46:56 +02:00
logger now supports unicode file paths
This commit is contained in:
parent
c385c8757b
commit
92dd194c97
@ -12,6 +12,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "../CConsoleHandler.h"
|
||||
#include "../filesystem/FileStream.h"
|
||||
|
||||
class CLogger;
|
||||
struct LogRecord;
|
||||
@ -302,7 +303,7 @@ public:
|
||||
void write(const LogRecord & record) override;
|
||||
|
||||
private:
|
||||
boost::filesystem::ofstream file;
|
||||
FileStream file;
|
||||
CLogFormatter formatter;
|
||||
mutable boost::mutex mx;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user