![]() |
dfx 0.1.0
Linux-based dynamic dataflow executor
|
This is the complete list of members for dfx::Utils::Exception, including all inherited members.
| Exception(std::source_location location, std::format_string< Args ... > message, Args &&... args) | dfx::Utils::Exception | inline |
| Exception(std::string const &message) noexcept | dfx::Utils::Exception | inline |
| exceptionStackToString(Exception const &e, std::size_t initialIndentLevel=0, std::size_t indentSize=2, bool addSourceLocation=true) | dfx::Utils::Exception | static |
| filename() const noexcept | dfx::Utils::Exception | inline |
| function() const noexcept | dfx::Utils::Exception | inline |
| getExceptionStack(Exception const &e) | dfx::Utils::Exception | static |
| line() const noexcept | dfx::Utils::Exception | inline |
| printToLogger(Exception const &e, spdlog::level::level_enum lvl=spdlog::level::err, std::string const &loggerName="", std::size_t initialIndentLevel=0, std::string const &logPattern=noFileLogPattern, std::string const ¤tLogPattern=defaultLogPattern) | dfx::Utils::Exception | static |
| printToLogger(Exception const &e, std::shared_ptr< spdlog::logger > logger, spdlog::level::level_enum lvl=spdlog::level::err, std::size_t initialIndentLevel=0, std::string const &logPattern=noFileLogPattern, std::string const ¤tLogPattern=defaultLogPattern) | dfx::Utils::Exception | static |
| throwNested(std::source_location location, std::format_string< Args ... > message, Args &&... args) | dfx::Utils::Exception | inlinestatic |