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.
Loading...
Searching...
No Matches
bux::C_EntryLog Class Reference

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 ()
 

Detailed Description

Log on both declaration point and end of block scope with an unique id.

Definition at line 14 of file Logger.h.

Constructor & Destructor Documentation

◆ C_EntryLog() [1/2]

bux::C_EntryLog::C_EntryLog ( std::string_view scopeName)
explicit

Definition at line 66 of file Logger.cpp.

References bux::logger(), and bux::stamp().

◆ C_EntryLog() [2/2]

template<class T_Fmt , class... T_Args>
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().

◆ ~C_EntryLog()

bux::C_EntryLog::~C_EntryLog ( )

Definition at line 76 of file Logger.cpp.

References bux::logger(), and bux::stamp().


The documentation for this class was generated from the following files: