Class Logger
Defined in File Logger.h
Class Documentation
- 
class Logger
 Small singleton-based logging class with an exchangeable log handler.
Public Functions
- 
virtual ~Logger() = default
 
Public Static Functions
- 
static inline void setLogHandler(std::unique_ptr<LogHandler> log_handler)
 
- static inline void log (const std::string &file, const int line, const std::string &name, const LogLevel level, const std::string &msg...)
 
- 
virtual ~Logger() = default