This is the complete list of members for kouta::utils::LoggerAware, including all inherited members.
log_critical(std::string_view msg) | kouta::utils::LoggerAware | inlineprotected |
log_debug(std::string_view msg) | kouta::utils::LoggerAware | inlineprotected |
log_error(std::string_view msg) | kouta::utils::LoggerAware | inlineprotected |
log_info(std::string_view msg) | kouta::utils::LoggerAware | inlineprotected |
log_warning(std::string_view msg) | kouta::utils::LoggerAware | inlineprotected |
LoggerAware(const LoggerAware &)=default | kouta::utils::LoggerAware | |
LoggerAware(LoggerAware &&)=default | kouta::utils::LoggerAware | |
LoggerAware()=default | kouta::utils::LoggerAware | protected |
LoggerAware(ILogger *logger) | kouta::utils::LoggerAware | inlineexplicitprotected |
m_logger | kouta::utils::LoggerAware | private |
operator=(const LoggerAware &)=default | kouta::utils::LoggerAware | |
operator=(LoggerAware &&)=default | kouta::utils::LoggerAware | |
set_logger(ILogger *logger) | kouta::utils::LoggerAware | inline |
~LoggerAware()=default | kouta::utils::LoggerAware | virtual |