mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-17 01:09:16 +01:00
parent
662470c415
commit
036416fde7
@ -455,7 +455,7 @@ namespace skyline {
|
||||
class Logger {
|
||||
private:
|
||||
std::ofstream logFile; //!< An output stream to the log file
|
||||
std::mutex mutex; //!< Synchronizes all output I/O to ensure there's no races
|
||||
std::mutex mutex; //!< Synchronizes all output I/O to ensure there are no races
|
||||
|
||||
public:
|
||||
enum class LogLevel {
|
||||
|
Loading…
Reference in New Issue
Block a user