OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Logger Member List

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

_defaultCategoryLoggerprivate
_mutexLoggerprivate
_sinkLoggerprivate
critical(const LogCategory &category, fmt::format_string< Args... > fmt, Args &&... args)Loggerinline
critical(fmt::format_string< Args... > fmt, Args &&... args)Loggerinline
debug(const LogCategory &category, fmt::format_string< Args... > fmt, Args &&... args)Loggerinline
debug(fmt::format_string< Args... > fmt, Args &&... args)Loggerinline
error(const LogCategory &category, fmt::format_string< Args... > fmt, Args &&... args)Loggerinline
error(fmt::format_string< Args... > fmt, Args &&... args)Loggerinline
info(const LogCategory &category, fmt::format_string< Args... > fmt, Args &&... args)Loggerinline
info(fmt::format_string< Args... > fmt, Args &&... args)Loggerinline
level() constLogger
level(const LogCategory &category) constLogger
log(const LogCategory &category, LogLevel level, fmt::format_string< Args... > fmt, Args &&... args)Loggerinline
log(LogLevel level, fmt::format_string< Args... > fmt, Args &&... args)Loggerinline
Logger(LogLevel level, LogSink *sink)Loggerexplicit
logV(const LogCategory &category, LogLevel level, fmt::string_view fmt, fmt::format_args args)Loggerprivate
setLevel(LogLevel level)Logger
setLevel(LogCategory &category, std::optional< LogLevel > level)Logger
setSink(LogSink *sink)Logger
shouldLog(const LogCategory &category, LogLevel level) constLoggerinline
shouldLog(LogLevel level) constLoggerinline
sink() constLogger
trace(const LogCategory &category, fmt::format_string< Args... > fmt, Args &&... args)Loggerinline
trace(fmt::format_string< Args... > fmt, Args &&... args)Loggerinline
warning(const LogCategory &category, fmt::format_string< Args... > fmt, Args &&... args)Loggerinline
warning(fmt::format_string< Args... > fmt, Args &&... args)Loggerinline
~Logger()Logger