|
The Vish Visualization Shell 0.3
Vish
|
A class for setting a temporary increment of the indentation of logging text; it allows to indent logged text automatically during the lifetime of the Indent object. More...
#include <ocean/plankton/VLogger.hpp>
Public Member Functions | |
| Indent (int i) | |
| Open a context for logging. | |
| ~Indent () | |
| Destructor resets the indentation. | |
A class for setting a temporary increment of the indentation of logging text; it allows to indent logged text automatically during the lifetime of the Indent object.
Use code like this:
|
inline |
Open a context for logging.
The destructor of this object will automatically close the context.