Mila
Deep Neural Network Library
|
This is the complete list of members for Mila::Utils::DefaultLogger, including all inherited members.
critical(std::string_view message, const std::source_location &location=std::source_location::current()) | Mila::Utils::Logger | inlinestatic |
critical_fmt(std::format_string< Args... > fmt, Args &&... args) | Mila::Utils::Logger | inlinestatic |
currentLevel_ | Mila::Utils::DefaultLogger | private |
debug(std::string_view message, const std::source_location &location=std::source_location::current()) | Mila::Utils::Logger | inlinestatic |
debug_fmt(std::format_string< Args... > fmt, Args &&... args) | Mila::Utils::Logger | inlinestatic |
defaultLogger() | Mila::Utils::Logger | inlinestatic |
DefaultLogger(LogLevel initialLevel=LogLevel::Info) | Mila::Utils::DefaultLogger | inline |
defaultLogger_ | Mila::Utils::Logger | inlineprivatestatic |
error(std::string_view message, const std::source_location &location=std::source_location::current()) | Mila::Utils::Logger | inlinestatic |
error_fmt(std::format_string< Args... > fmt, Args &&... args) | Mila::Utils::Logger | inlinestatic |
getCurrentTimestamp() const | Mila::Utils::DefaultLogger | inlineprivate |
getLevel() const override | Mila::Utils::DefaultLogger | inlinevirtual |
getLocationInfo(const std::source_location &location) const | Mila::Utils::DefaultLogger | inlineprivate |
includeSourceLocation_ | Mila::Utils::DefaultLogger | private |
includeTimestamp_ | Mila::Utils::DefaultLogger | private |
info(std::string_view message, const std::source_location &location=std::source_location::current()) | Mila::Utils::Logger | inlinestatic |
info_fmt(std::format_string< Args... > fmt, Args &&... args) | Mila::Utils::Logger | inlinestatic |
isEnabled(LogLevel level) const override | Mila::Utils::DefaultLogger | inlinevirtual |
log(std::string_view message, LogLevel level, const std::source_location &location=std::source_location::current()) override | Mila::Utils::DefaultLogger | inlinevirtual |
log_critical(std::string_view message, const std::source_location &location=std::source_location::current()) override | Mila::Utils::DefaultLogger | inlinevirtual |
log_debug(std::string_view message, const std::source_location &location=std::source_location::current()) override | Mila::Utils::DefaultLogger | inlinevirtual |
log_error(std::string_view message, const std::source_location &location=std::source_location::current()) override | Mila::Utils::DefaultLogger | inlinevirtual |
log_info(std::string_view message, const std::source_location &location=std::source_location::current()) override | Mila::Utils::DefaultLogger | inlinevirtual |
log_trace(std::string_view message, const std::source_location &location=std::source_location::current()) override | Mila::Utils::DefaultLogger | inlinevirtual |
log_warning(std::string_view message, const std::source_location &location=std::source_location::current()) override | Mila::Utils::DefaultLogger | inlinevirtual |
logImpl(std::string_view message, LogLevel level, const std::source_location &location) | Mila::Utils::DefaultLogger | inlineprivate |
logLevelToString(LogLevel level) | Mila::Utils::DefaultLogger | inlineprivatestatic |
logMutex_ | Mila::Utils::DefaultLogger | mutableprivate |
setDefaultLogger(Logger *logger) | Mila::Utils::Logger | inlinestatic |
setIncludeSourceLocation(bool include) | Mila::Utils::DefaultLogger | inline |
setIncludeTimestamp(bool include) | Mila::Utils::DefaultLogger | inline |
setLevel(LogLevel level) override | Mila::Utils::DefaultLogger | inlinevirtual |
trace(std::string_view message, const std::source_location &location=std::source_location::current()) | Mila::Utils::Logger | inlinestatic |
trace_fmt(std::format_string< Args... > fmt, Args &&... args) | Mila::Utils::Logger | inlinestatic |
warning(std::string_view message, const std::source_location &location=std::source_location::current()) | Mila::Utils::Logger | inlinestatic |
warning_fmt(std::format_string< Args... > fmt, Args &&... args) | Mila::Utils::Logger | inlinestatic |
~Logger()=default | Mila::Utils::Logger | virtual |