std::string syten::format | ( | std::string_view const & | fmstr, |
Args &&... | args | ||
) |
Wrapper around fmt::format() to catch exceptions and provide better error messages.
References format(), std::to_string(), and std::exception::what().
Referenced by format(), and syten::Log::format_args().