Mila
Deep Neural Network Library
Loading...
Searching...
No Matches
Mila::Utils::Logger Member List

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

critical(std::string_view message, const std::source_location &location=std::source_location::current())Mila::Utils::Loggerinlinestatic
critical_fmt(std::format_string< Args... > fmt, Args &&... args)Mila::Utils::Loggerinlinestatic
debug(std::string_view message, const std::source_location &location=std::source_location::current())Mila::Utils::Loggerinlinestatic
debug_fmt(std::format_string< Args... > fmt, Args &&... args)Mila::Utils::Loggerinlinestatic
defaultLogger()Mila::Utils::Loggerinlinestatic
defaultLogger_Mila::Utils::Loggerinlineprivatestatic
error(std::string_view message, const std::source_location &location=std::source_location::current())Mila::Utils::Loggerinlinestatic
error_fmt(std::format_string< Args... > fmt, Args &&... args)Mila::Utils::Loggerinlinestatic
getLevel() const =0Mila::Utils::Loggerpure virtual
info(std::string_view message, const std::source_location &location=std::source_location::current())Mila::Utils::Loggerinlinestatic
info_fmt(std::format_string< Args... > fmt, Args &&... args)Mila::Utils::Loggerinlinestatic
isEnabled(LogLevel level) const =0Mila::Utils::Loggerpure virtual
log(std::string_view message, LogLevel level, const std::source_location &location=std::source_location::current())=0Mila::Utils::Loggerpure virtual
log_critical(std::string_view message, const std::source_location &location=std::source_location::current())=0Mila::Utils::Loggerpure virtual
log_debug(std::string_view message, const std::source_location &location=std::source_location::current())=0Mila::Utils::Loggerpure virtual
log_error(std::string_view message, const std::source_location &location=std::source_location::current())=0Mila::Utils::Loggerpure virtual
log_info(std::string_view message, const std::source_location &location=std::source_location::current())=0Mila::Utils::Loggerpure virtual
log_trace(std::string_view message, const std::source_location &location=std::source_location::current())=0Mila::Utils::Loggerpure virtual
log_warning(std::string_view message, const std::source_location &location=std::source_location::current())=0Mila::Utils::Loggerpure virtual
setDefaultLogger(Logger *logger)Mila::Utils::Loggerinlinestatic
setLevel(LogLevel level)=0Mila::Utils::Loggerpure virtual
trace(std::string_view message, const std::source_location &location=std::source_location::current())Mila::Utils::Loggerinlinestatic
trace_fmt(std::format_string< Args... > fmt, Args &&... args)Mila::Utils::Loggerinlinestatic
warning(std::string_view message, const std::source_location &location=std::source_location::current())Mila::Utils::Loggerinlinestatic
warning_fmt(std::format_string< Args... > fmt, Args &&... args)Mila::Utils::Loggerinlinestatic
~Logger()=defaultMila::Utils::Loggervirtual