template <typename... Args>
struct trace
Defined at line 171 of file ../../src/devices/lib/log/log.h
Use template type deduction to allow us to get source location while using variadic templates.
Public Methods
void trace<Args...> (std::format_string<Args...> fmt, Args &&... args, const std::source_location & loc)
Defined at line 172 of file ../../src/devices/lib/log/log.h