TexGen
Public Member Functions | List of all members
TexGen::CLogIndent Class Reference

Class to handle log indenting. More...

#include <Logger.h>

Public Member Functions

 CLogIndent ()
 
 ~CLogIndent ()
 

Detailed Description

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.

Definition at line 76 of file Logger.h.

Constructor & Destructor Documentation

◆ CLogIndent()

CLogIndent::CLogIndent ( )

Definition at line 25 of file Logger.cpp.

References TGLOGINCREASEINDENT.

◆ ~CLogIndent()

CLogIndent::~CLogIndent ( )

Definition at line 30 of file Logger.cpp.

References TGLOGDECREASEINDENT.


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