MainLogger & operator=(MainLogger &&)=delete
Move assignment operator.
MainLogger & operator=(MainLogger)=delete
Copy assignment operator.
std::shared_ptr< spdlog::logger > getLogger() const
MainLogger(const std::string &lokiAddr, const std::string &sentryAddr)
std::shared_ptr< spdlog::logger > _mainLogger
MainLogger(const MainLogger &)=delete
Copy constructor.
MainLogger(MainLogger &&)=delete
Move constructor.