SyTen

◆ logTx()

template<typename... Args>
void syten::logTx ( Args &&...  data)
inline

Logs extra-verbose timing data to the standard file streams and std::cerr.

Remarks
Passing a syten::Fmt or syten::FmtNN object as first argument (constructed from a default format string) uses the fmt library, e.g. logGE(Fmt{"{:2} {:3}"}, 1, 12) gives 1 12.

References logE().

+ Here is the call graph for this function: