|
SPH
|
RAII guard writing called functions and their durations to a special verbose logger. More...
#include <Logger.h>
Public Member Functions | |
| VerboseLogGuard (const std::string &functionName) | |
| Creates a guard, should be at the very beginning of a function/scope. More... | |
| ~VerboseLogGuard () | |
Public Member Functions inherited from Noncopyable | |
| Noncopyable ()=default | |
| Noncopyable (const Noncopyable &)=delete | |
| Noncopyable (Noncopyable &&)=default | |
| Noncopyable & | operator= (const Noncopyable &)=delete |
| Noncopyable & | operator= (Noncopyable &&)=default |
RAII guard writing called functions and their durations to a special verbose logger.
| VerboseLogGuard::VerboseLogGuard | ( | const std::string & | functionName | ) |
Creates a guard, should be at the very beginning of a function/scope.
Definition at line 84 of file Logger.cpp.
| VerboseLogGuard::~VerboseLogGuard | ( | ) |
Definition at line 108 of file Logger.cpp.