updated Log version

This commit is contained in:
mrbesen 2022-09-05 16:45:29 +02:00
parent ea1d72514c
commit d178716463
Signed by untrusted user: MrBesen
GPG Key ID: 596B2350DCD67504
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
int main(int argc, char** argv) {
Log::init();
Log::setConsoleLogLevel(Log::Level::INFO);
Log::setConsoleLogLevel(Log::Level::info);
#if __unix__
Log::setColoredOutput(true);
#endif
@ -28,8 +28,8 @@ int main(int argc, char** argv) {
Args args = parseArgs(argc, argv);
if(args.debugLog) {
Log::setConsoleLogLevel(Log::Level::TRACE);
Log::addLogfile("log.txt", Log::Level::TRACE);
Log::setConsoleLogLevel(Log::Level::trace);
Log::addLogfile("log.txt", Log::Level::trace);
Log::debug << "debug Log enabled";
}

2
thirdparty/Log vendored

@ -1 +1 @@
Subproject commit 5bf9e688b125ac042292d8f554711d7337fe88c0
Subproject commit e1475e798e2429d171b8f58fc3c96c81db25639c