TexGen
|
Class to handle log indenting. More...
#include <Logger.h>
Public Member Functions | |
CLogIndent () | |
~CLogIndent () | |
Class to handle log indenting.
This class consists only of a constructor and destructer where the constructor increases the indent in the log while the destructor decreases the indent in the log. Should be used in conjunction with the TGLOGAUTOINDENT() macro.
CLogIndent::CLogIndent | ( | ) |
Definition at line 25 of file Logger.cpp.
References TGLOGINCREASEINDENT.
CLogIndent::~CLogIndent | ( | ) |
Definition at line 30 of file Logger.cpp.
References TGLOGDECREASEINDENT.