#include <logfile.h>


Definition at line 30 of file logfile/logfile.h.
Public Member Functions | |
| LogFile (const string &filenamePrefix, bool appendTimestamp=true) | |
| ~LogFile () | |
| void | printf (const char *printfFormat,...) |
| string | getFilename () |
Protected Attributes | |
| string | filename |
| RDK2::LogFile::LogFile | ( | const string & | filenamePrefix, | |
| bool | appendTimestamp = true | |||
| ) |
Definition at line 30 of file logfile/logfile.cpp.
References filename, and RDK2::Time::Timestamp::getStringRepresentation().

| RDK2::LogFile::~LogFile | ( | ) |
Definition at line 41 of file logfile/logfile.cpp.
| void RDK2::LogFile::printf | ( | const char * | printfFormat, | |
| ... | ||||
| ) |
| string RDK2::LogFile::getFilename | ( | ) | [inline] |
string RDK2::LogFile::filename [protected] |
1.5.6