Base logger class which represents the basic Logger file. More...
Inheritance diagram for MAKLogger::DtLoggerFile:
Collaboration diagram for MAKLogger::DtLoggerFile:Public Member Functions | |
| virtual | ~DtLoggerFile () |
| DTOR. | |
| virtual int | fileDescriptor ()=0 |
| Get the file description. | |
| virtual int | fileVersion () const |
| Get the file version. | |
| virtual const DtString & | filename () const |
| Get the file name. | |
Protected Member Functions | |
| DtLoggerFile (const DtString &filename, int fileVersion) | |
| Create a Logger file from an existing file. | |
| virtual void | setFileVersion (int fileVersion) |
| Set the file version. | |
| virtual void | setFilename (const DtString &filename) |
| Set the filename. | |
Protected Attributes | |
| DtString | myFilename |
| int | myFileVersion |
Base logger class which represents the basic Logger file.