#include <KeosLogger.h>
Inheritance diagram for Keos::CLoggerFile:

Public Member Functions | |
| CLoggerFile (const String &strFilename="Output.log") | |
| Default constructor. | |
Definition at line 90 of file KeosLogger.h.
| Keos::CLoggerFile::CLoggerFile | ( | const String & | strFilename = "Output.log" |
) |
Default constructor.
| strFilename | Log file name. |
Definition at line 99 of file KeosLogger.cpp.
References Keos::ILogger::CurrentDate(), Keos::ILogger::CurrentTime(), KEOS_VERSION_MAJOR, KEOS_VERSION_MINOR, KEOS_VERSION_PATCH, and LOADINGFAILED_EXCEPT.
1.5.1-p1