|
Mila 0.13.48
Deep Neural Network Library
|
This is the complete list of members for Mila::Logging::Logger, including all inherited members.
| critical(std::string_view message, const std::source_location &location=std::source_location::current()) | Mila::Logging::Logger | inlinestatic |
| debug(std::string_view message, const std::source_location &location=std::source_location::current()) | Mila::Logging::Logger | inlinestatic |
| defaultLogger() | Mila::Logging::Logger | inlinestatic |
| defaultLogger_ | Mila::Logging::Logger | inlineprivatestatic |
| error(std::string_view message, const std::source_location &location=std::source_location::current()) | Mila::Logging::Logger | inlinestatic |
| getLevel() const =0 | Mila::Logging::Logger | pure virtual |
| info(std::string_view message, const std::source_location &location=std::source_location::current()) | Mila::Logging::Logger | inlinestatic |
| isEnabled(LogLevel level) const =0 | Mila::Logging::Logger | pure virtual |
| log(std::string_view message, LogLevel level, const std::source_location &location=std::source_location::current())=0 | Mila::Logging::Logger | pure virtual |
| log_critical(std::string_view message, const std::source_location &location=std::source_location::current())=0 | Mila::Logging::Logger | pure virtual |
| log_debug(std::string_view message, const std::source_location &location=std::source_location::current())=0 | Mila::Logging::Logger | pure virtual |
| log_error(std::string_view message, const std::source_location &location=std::source_location::current())=0 | Mila::Logging::Logger | pure virtual |
| log_info(std::string_view message, const std::source_location &location=std::source_location::current())=0 | Mila::Logging::Logger | pure virtual |
| log_trace(std::string_view message, const std::source_location &location=std::source_location::current())=0 | Mila::Logging::Logger | pure virtual |
| log_warning(std::string_view message, const std::source_location &location=std::source_location::current())=0 | Mila::Logging::Logger | pure virtual |
| Logger(const Logger &)=delete | Mila::Logging::Logger | |
| Logger(Logger &&)=delete | Mila::Logging::Logger | |
| Logger()=default | Mila::Logging::Logger | protected |
| operator=(const Logger &)=delete | Mila::Logging::Logger | |
| operator=(Logger &&)=delete | Mila::Logging::Logger | |
| setDefaultLogger(Logger *logger) | Mila::Logging::Logger | inlinestatic |
| setLevel(LogLevel level)=0 | Mila::Logging::Logger | pure virtual |
| trace(std::string_view message, const std::source_location &location=std::source_location::current()) | Mila::Logging::Logger | inlinestatic |
| warning(std::string_view message, const std::source_location &location=std::source_location::current()) | Mila::Logging::Logger | inlinestatic |
| ~Logger()=default | Mila::Logging::Logger | virtual |