Helper class to trace an entry statement at creation and another one at destruction.
More...
|
| AutoTrace (spdlog::source_loc loc) |
template<typename... Args> |
| AutoTrace (spdlog::source_loc loc, const std::string &fmt, Args &&...args) |
| ~AutoTrace () |
template<typename... Args> |
void | add (spdlog::source_loc loc, const std::string &fmt, Args &&...args) |
template<typename... Args> |
void | setExit (spdlog::source_loc loc, const std::string &msg, Args &&...args) |
Helper class to trace an entry statement at creation and another one at destruction.
Definition at line 81 of file trace.h.