TexGen
|
Logger used to print all log and error messages to the screen. More...
#include <Logger.h>
Public Member Functions | |
CLogger * | Copy () 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 |
Logger used to print all log and error messages to the screen.
|
inlinevirtual |
Implements TexGen::CLogger.
|
virtual |
Function to report a modelling error in texgen, to be used in conjunction with TGERROR() macro so that the filename and linenumbers are filled in automatically
Implements TexGen::CLogger.
Definition at line 46 of file Logger.cpp.
|
virtual |
Function to report log messages from texgen, to be used in conjunction with TGLOG() macro so that the filename and linenumbers are filled in automatically
Implements TexGen::CLogger.
Definition at line 53 of file Logger.cpp.
References TexGen::CLogger::m_iIndent.
|
protectedinherited |
Definition at line 97 of file Logger.h.
Referenced by TexGenLog().