log
This commit is contained in:
parent
264d539ada
commit
bec2f37670
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user