mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-04 23:35:12 +01:00
parent
024500ed06
commit
0ea6d9bee5
@ -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