AYON Cpp Dev Tools  0.1.0
Loading...
Searching...
No Matches
AyonLogger Member List

This is the complete list of members for AyonLogger, including all inherited members.

AyonLogger(const AyonLogger &)=deleteAyonLogger
AyonLogger()AyonLoggerinlineprivate
canUseAsyncFileLogger() constAyonLoggerinlineprivate
critical(fmt::format_string< Args... > fmt, Args &&... args)AyonLoggerinline
critical(const std::set< std::string >::iterator &it, fmt::format_string< Args... > fmt, Args &&... args)AyonLoggerinline
error(fmt::format_string< Args... > fmt, Args &&... args)AyonLoggerinline
error(const std::set< std::string >::iterator &it, fmt::format_string< Args... > fmt, Args &&... args)AyonLoggerinline
flush()AyonLoggerinline
getInstance()AyonLoggerinlinestatic
info(fmt::format_string< Args... > fmt, Args &&... args)AyonLoggerinline
info(const std::set< std::string >::iterator &it, fmt::format_string< Args... > fmt, Args &&... args)AyonLoggerinline
initFileLogger(const std::string &filepath, unsigned int flushIntervalSeconds=0)AyonLoggerinline
isKeyActive(const std::set< std::string >::iterator &loggingIterator)AyonLoggerinline
key(const std::string &key)AyonLoggerinline
log(spdlog::level::level_enum lvl, fmt::format_string< Args... > fmt, Args &&... args)AyonLoggerinlineprivate
m_consoleLoggerAyonLoggerprivate
m_enabledLoggingKeysAyonLoggerprivate
m_enableFileLoggingAyonLoggerprivate
m_fileLoggerAyonLoggerprivate
m_fileLoggerThreadPoolAyonLoggerprivate
m_initMutexAyonLoggerprivate
operator=(const AyonLogger &)=deleteAyonLogger
registerLoggingKey(const std::string &keyName)AyonLoggerinline
setLevel(spdlog::level::level_enum lvl, bool applyToFile)AyonLoggerinlineprivate
setLogLevel(spdlog::level::level_enum lvl, bool applyToFile=false)AyonLoggerinline
setLogLevel(const std::string &levelStr, bool applyToFile=false)AyonLoggerinline
setLogLevelCritical(bool applyToFile=false)AyonLoggerinline
setLogLevelError(bool applyToFile=false)AyonLoggerinline
setLogLevelFromEnv(const std::string &envKey="AYON_USD_RESOLVER_LOG_LVL", bool applyToFile=false)AyonLoggerinline
setLogLevelInfo(bool applyToFile=false)AyonLoggerinline
setLogLevelOff(bool applyToFile=false)AyonLoggerinline
setLogLevelWarn(bool applyToFile=false)AyonLoggerinline
unregisterLoggingKey(const std::string &keyName)AyonLoggerinline
warn(fmt::format_string< Args... > fmt, Args &&... args)AyonLoggerinline
warn(const std::set< std::string >::iterator &it, fmt::format_string< Args... > fmt, Args &&... args)AyonLoggerinline
~AyonLogger()AyonLoggerinlineprivate