Rewrote the log initialization functions, logs are now saved in rotating files, implemented configurable log levels

This commit is contained in:
2024-03-03 18:51:51 +02:00
parent feac4c0598
commit a7f4e4e54d
11 changed files with 95 additions and 108 deletions

View File

@ -28,7 +28,6 @@
#include <bsd/string.h>
#define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_TRACE
#include <spdlog/spdlog.h>
#include <pthread.h>