Kouta 0.1.0
A small asynchronous application framework based on Boost/Asio
 
Loading...
Searching...
No Matches
kouta::utils::LoggerAware Member List

This is the complete list of members for kouta::utils::LoggerAware, including all inherited members.

log_critical(std::string_view msg)kouta::utils::LoggerAwareinlineprotected
log_debug(std::string_view msg)kouta::utils::LoggerAwareinlineprotected
log_error(std::string_view msg)kouta::utils::LoggerAwareinlineprotected
log_info(std::string_view msg)kouta::utils::LoggerAwareinlineprotected
log_warning(std::string_view msg)kouta::utils::LoggerAwareinlineprotected
LoggerAware(const LoggerAware &)=defaultkouta::utils::LoggerAware
LoggerAware(LoggerAware &&)=defaultkouta::utils::LoggerAware
LoggerAware()=defaultkouta::utils::LoggerAwareprotected
LoggerAware(ILogger *logger)kouta::utils::LoggerAwareinlineexplicitprotected
m_loggerkouta::utils::LoggerAwareprivate
operator=(const LoggerAware &)=defaultkouta::utils::LoggerAware
operator=(LoggerAware &&)=defaultkouta::utils::LoggerAware
set_logger(ILogger *logger)kouta::utils::LoggerAwareinline
~LoggerAware()=defaultkouta::utils::LoggerAwarevirtual