TexGen
Public Member Functions | Protected Attributes | List of all members
TexGen::CLoggerNull Class Reference

Logger used to send all log and error messages into a black hole. More...

#include <Logger.h>

Inheritance diagram for TexGen::CLoggerNull:
Inheritance graph
[legend]

Public Member Functions

CLoggerCopy () const
 
void TexGenError (std::string FileName, int iLineNumber, std::string Message)
 
void TexGenLog (std::string FileName, int iLineNumber, std::string Message)
 
void IncreaseIndent ()
 
void DecreaseIndent ()
 

Protected Attributes

int m_iIndent
 

Detailed Description

Logger used to send all log and error messages into a black hole.

Definition at line 112 of file Logger.h.

Member Function Documentation

◆ Copy()

CLogger * TexGen::CLoggerNull::Copy ( ) const
inlinevirtual

Implements TexGen::CLogger.

Definition at line 115 of file Logger.h.

◆ DecreaseIndent()

void TexGen::CLogger::DecreaseIndent ( )
inlineinherited

Definition at line 94 of file Logger.h.

◆ IncreaseIndent()

void TexGen::CLogger::IncreaseIndent ( )
inlineinherited

Definition at line 93 of file Logger.h.

◆ TexGenError()

void TexGen::CLoggerNull::TexGenError ( std::string  FileName,
int  iLineNumber,
std::string  Message 
)
inlinevirtual

Implements TexGen::CLogger.

Definition at line 116 of file Logger.h.

◆ TexGenLog()

void TexGen::CLoggerNull::TexGenLog ( std::string  FileName,
int  iLineNumber,
std::string  Message 
)
inlinevirtual

Implements TexGen::CLogger.

Definition at line 117 of file Logger.h.

Member Data Documentation

◆ m_iIndent

int TexGen::CLogger::m_iIndent
protectedinherited

Definition at line 97 of file Logger.h.

Referenced by TexGen::CLoggerScreen::TexGenLog().


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