#include <BaseLogger.h>
Inheritance diagram for Moteur3D::BaseLogger:

Public Member Functions | |
| virtual | ~BaseLogger () |
| Destructor. | |
| virtual int | Log (const string &Message)=0 |
| This function should log a wide string. Override it in derived classes. | |
| virtual int | LogLine (const string &Message)=0 |
| This function should log a wide string. Override it in derived classes. | |
Protected Member Functions | |
| virtual string | CurrentDate () |
| Formats and returns the current date, international syntax (yyyy-mm-dd). | |
| virtual string | CurrentTime () |
| Formats and returns the current Time, 24h format (hh:mm:ss). Uses on computer's local time. | |
|
|
Destructor.
|
|
|
Formats and returns the current date, international syntax (yyyy-mm-dd).
|
|
|
Formats and returns the current Time, 24h format (hh:mm:ss). Uses on computer's local time.
|
|
|
This function should log a wide string. Override it in derived classes.
Implemented in Moteur3D::FileLogger. |
|
|
This function should log a wide string. Override it in derived classes.
Implemented in Moteur3D::FileLogger. |
1.4.4