VISH
0.2
|
Set logging context with auto-cleanup. More...
#include </home/werner/origo/vish/ocean/plankton/VLogger.hpp>
Set logging context with auto-cleanup.
A context can be a function entry, or a loop, or a brace, practically any kind of local lifetime of an object. The context is specified via creation of a temporary variable, the specified string is arbitrary (user-defined):
Wizt::VLogger::Context::Context | ( | const char * | s | ) | [inline] |
Open a context for logging.
The destructor of this object will automatically close the context.