16 void log(LogLevel level,
const std::string& message);
18 static std::string currentDateTime(
const char* format);
21 std::unique_ptr<FileLogger> m_fileLogger;
23 static std::string prefixForLevel(LogLevel level);
24 static std::string colorForLevel(LogLevel level);