The Logger class is a singleton that manages the application logging.
More...
#include <logger.h>
The Logger class is a singleton that manages the application logging.
◆ Logger() [1/3]
myproject::Logger::Logger |
( |
| ) |
|
|
inline |
◆ Logger() [2/3]
myproject::Logger::Logger |
( |
const Logger & | | ) |
|
|
delete |
◆ Logger() [3/3]
myproject::Logger::Logger |
( |
Logger && | | ) |
|
|
delete |
◆ ~Logger()
myproject::Logger::~Logger |
( |
| ) |
|
|
inline |
◆ initLogger()
void myproject::Logger::initLogger |
( |
| ) |
|
|
inline |
Creates SPDLOG logger with multiple sinks (console + file).
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following file: