29 #ifndef __PLUGINS_LOGGER_LOGGER_H__ 30 #define __PLUGINS_LOGGER_LOGGER_H__ 86 void debug(
const std::string& message)
const override;
93 void info(
const std::string& message)
const override;
100 void warn(
const std::string& message)
const override;
107 void error(
const std::string& message)
const override;
void info(const std::string &message) const override
Print info-level logs.
Print logs to help understanding what the service is doing.
Definition: ILogger.h:71
void error(const std::string &message) const override
Print error-level logs.
std::unique_ptr< Internal > m_internal
Definition: Logger.h:110
Print logs to help understanding what the service is doing.
Definition: Logger.h:55
void debug(const std::string &message) const override
Print debug-level logs.
void warn(const std::string &message) const override
Print warning-level logs.
Logger & operator=(const Logger &)=delete