mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-08 18:45:14 -05:00
File mode somewhat working.
This commit is contained in:
@@ -27,7 +27,7 @@ void logger::initialize()
|
||||
if (!exists) { fslib::create_file(logPath); }
|
||||
}
|
||||
|
||||
void logger::log(const char *format, ...)
|
||||
void logger::log(const char *format, ...) noexcept
|
||||
{
|
||||
static std::mutex logLock{};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user