File mode somewhat working.

This commit is contained in:
J-D-K
2025-09-04 15:34:43 -04:00
parent a072c28dfb
commit 828050c1b9
85 changed files with 690 additions and 572 deletions

View File

@@ -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{};