1 #ifndef RADIX_STDOUT_LOGGER_HPP
2 #define RADIX_STDOUT_LOGGER_HPP
20 void log(
const std::string &message,
LogLevel lvl,
const std::string &tag);
Definition: GameController.hpp:7
Base class to create log sinks.
Definition: Logger.hpp:20
const char * getName() const
Returns the name of the Logger instance.
Definition: StdoutLogger.cpp:7
std::mutex mtx
Definition: StdoutLogger.hpp:16
Logger that outputs to an ANSI/vt-100 console.
Definition: StdoutLogger.hpp:14
void log(const std::string &message, LogLevel lvl, const std::string &tag)
Log a message.
Definition: StdoutLogger.cpp:11
LogLevel
Definition: Logger.hpp:8