![]() |
SLProject 4.0.000
|
#include <FileLog.h>
Public Member Functions | |
| FileLog (std::string logDir, bool forceFlush) | |
| virtual | ~FileLog () |
| void | flush () |
| void | post (const std::string &message) |
Private Attributes | |
| std::ofstream | _logFile |
| bool | _forceFlush |
| Utils::FileLog::FileLog | ( | std::string | logDir, |
| bool | forceFlush | ||
| ) |
|
virtual |
| void Utils::FileLog::flush | ( | ) |
| void Utils::FileLog::post | ( | const std::string & | message | ) |
|
private |
|
private |