|
Mila
Deep Neural Network Library
|
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::Logger | inlinestatic |
| critical_fmt(std::format_string< Args... > fmt, Args &&... args) | Mila::Utils::Logger | inlinestatic |
| 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_ | 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 |
| getLevel() const =0 | Mila::Utils::Logger | pure virtual |
| 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 =0 | Mila::Utils::Logger | pure virtual |
| log(std::string_view message, LogLevel level, const std::source_location &location=std::source_location::current())=0 | Mila::Utils::Logger | pure virtual |
| log_critical(std::string_view message, const std::source_location &location=std::source_location::current())=0 | Mila::Utils::Logger | pure virtual |
| log_debug(std::string_view message, const std::source_location &location=std::source_location::current())=0 | Mila::Utils::Logger | pure virtual |
| log_error(std::string_view message, const std::source_location &location=std::source_location::current())=0 | Mila::Utils::Logger | pure virtual |
| log_info(std::string_view message, const std::source_location &location=std::source_location::current())=0 | Mila::Utils::Logger | pure virtual |
| log_trace(std::string_view message, const std::source_location &location=std::source_location::current())=0 | Mila::Utils::Logger | pure virtual |
| log_warning(std::string_view message, const std::source_location &location=std::source_location::current())=0 | Mila::Utils::Logger | pure virtual |
| setDefaultLogger(Logger *logger) | Mila::Utils::Logger | inlinestatic |
| setLevel(LogLevel level)=0 | Mila::Utils::Logger | pure virtual |
| 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 |