This commit is contained in:
Quinten 2025-11-11 17:33:38 +01:00
parent 264d539ada
commit bec2f37670

View File

@ -49,7 +49,7 @@ class Log
void log(Level level, const std::string &message, const std::map<std::string, std::string> &context);
static constexpr Log::Level COMPILE_TIME_LOG_LEVEL = Log::Level::Debug;
static constexpr Log::Level COMPILE_TIME_LOG_LEVEL = Log::Level::Info;
static void setFileChannel(const std::string &filename);
static void setStdoutChannel();