bux API Reference 1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
|
Log on both declaration point and end of block scope with an unique id. More...
#include <Logger.h>
Public Member Functions | |
C_EntryLog (std::string_view scopeName) | |
template<class T_Fmt , class... T_Args> | |
C_EntryLog (std::string_view scopeName, T_Fmt &&fmtStr, T_Args &&...args) | |
~C_EntryLog () | |
Log on both declaration point and end of block scope with an unique id.
|
explicit |
Definition at line 66 of file Logger.cpp.
References bux::logger(), and bux::stamp().
bux::C_EntryLog::C_EntryLog | ( | std::string_view | scopeName, |
T_Fmt && | fmtStr, | ||
T_Args &&... | args ) |
Definition at line 45 of file Logger.h.
References bux::logger(), and bux::stamp().
bux::C_EntryLog::~C_EntryLog | ( | ) |
Definition at line 76 of file Logger.cpp.
References bux::logger(), and bux::stamp().