#include <logfile.h>

Definition at line 30 of file logging/logfile.h.
Public Types | |
| enum | LogFileOptions { NORMAL = 0, TIMESTAMP_ON_FILENAME = 1, APPEND = 2 } |
Public Member Functions | |
| LogFile (const string &fileName, LogFileOptions options=NORMAL) | |
| ~LogFile () | |
| void | logPrintf (const char *printfFormat,...) |
Protected Attributes | |
| fstream | fs |
| Logging::LogFile::LogFile | ( | const string & | fileName, | |
| LogFileOptions | options = NORMAL | |||
| ) |
| Logging::LogFile::~LogFile | ( | ) |
| void Logging::LogFile::logPrintf | ( | const char * | printfFormat, | |
| ... | ||||
| ) |
fstream Logging::LogFile::fs [protected] |
Definition at line 39 of file logging/logfile.h.
Referenced by LogFile(), logPrintf(), and ~LogFile().
1.5.6