dfx 0.1.0
Linux-based dynamic dataflow executor
Loading...
Searching...
No Matches
dfx::Utils::Exception Member List

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::Exceptioninline
Exception(std::string const &message) noexceptdfx::Utils::Exceptioninline
exceptionStackToString(Exception const &e, std::size_t initialIndentLevel=0, std::size_t indentSize=2, bool addSourceLocation=true)dfx::Utils::Exceptionstatic
filename() const noexceptdfx::Utils::Exceptioninline
function() const noexceptdfx::Utils::Exceptioninline
getExceptionStack(Exception const &e)dfx::Utils::Exceptionstatic
line() const noexceptdfx::Utils::Exceptioninline
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 &currentLogPattern=defaultLogPattern)dfx::Utils::Exceptionstatic
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 &currentLogPattern=defaultLogPattern)dfx::Utils::Exceptionstatic
throwNested(std::source_location location, std::format_string< Args ... > message, Args &&... args)dfx::Utils::Exceptioninlinestatic