#include <Logger.h>
List of all members.
Detailed Description
This class is responsible for logging and debug output
Constructor & Destructor Documentation
| zeus::TLogger::TLogger |
( |
) |
[inline] |
| zeus::TLogger::TLogger |
( |
ILogger * |
obj ) |
[inline] |
| zeus::TLogger::~TLogger |
( |
) |
[inline, virtual] |
Member Function Documentation
| void zeus::TLogger::indent |
( |
) |
[inline] |
| void TLogger::out |
( |
const char * |
pTxt, |
|
|
|
... |
|
) |
| |
Resets the offset of the indention back to 0
| void TLogger::print |
( |
Uint |
uiMode, |
|
|
const char * |
pTxt, |
|
|
|
... |
|
) |
| |
Print out a text without using the indention and no new line at the end
- Parameters:
-
| uiMode | : logging mode (see define) |
| pTxt | : Text |
| void TLogger::printf |
( |
Uint |
uiMode, |
|
|
const char * |
pTxt, |
|
|
|
... |
|
) |
| |
Print out a text using the indention with a no new line at the end
- Parameters:
-
| uiMode | : logging mode (see define) |
| pTxt | : Text |
| void TLogger::printfln |
( |
Uint |
uiMode, |
|
|
const char * |
pTxt, |
|
|
|
... |
|
) |
| |
Print out a text using the indention with a new line at the end
- Parameters:
-
| uiMode | : logging mode (see define) |
| pTxt | : Text |
| void TLogger::println |
( |
Uint |
uiMode, |
|
|
const char * |
pTxt, |
|
|
|
... |
|
) |
| |
Print out a text without using the indention with a new line at the end
- Parameters:
-
| uiMode | : logging mode (see define) |
| pTxt | : Text |
| void zeus::TLogger::resetOffset |
( |
) |
[inline] |
Resets the offset of the indention back to 0
| void zeus::TLogger::setOffset |
( |
Int |
iValue ) |
[inline] |
Sets the offset of the indention to value
| void zeus::TLogger::unindent |
( |
) |
[inline] |
The documentation for this class was generated from the following files: