1 #ifndef RADIX_LOGGER_HPP
2 #define RADIX_LOGGER_HPP
25 virtual const char*
getName()
const = 0;
34 virtual void log(
const std::string &message,
LogLevel lvl,
const std::string &tag) = 0;
virtual void log(const std::string &message, LogLevel lvl, const std::string &tag)=0
Log a message.
Definition: GameController.hpp:7
Definition: Logger.hpp:12
Definition: Logger.hpp:10
Base class to create log sinks.
Definition: Logger.hpp:20
Definition: Logger.hpp:14
Definition: Logger.hpp:11
Definition: Logger.hpp:13
virtual const char * getName() const =0
Returns the name of the Logger instance.
Definition: Logger.cpp:5
LogLevel
Definition: Logger.hpp:8