#include <Log.hpp>
Inherits LogThreadCallbackInterface.
Public Member Functions | |
| LoggerFile (const std::string &fileName) | |
| virtual | ~LoggerFile ()=default |
| virtual void | println (const LogMessage &message) |
| virtual void | flush () |
Public Member Functions inherited from LogThreadCallbackInterface | |
| virtual | ~LogThreadCallbackInterface ()=default |
Private Attributes | |
| File | file_ |
| LoggerFile::LoggerFile | ( | const std::string & | fileName | ) |
|
virtualdefault |
|
virtual |
Implements LogThreadCallbackInterface.
|
virtual |
Implements LogThreadCallbackInterface.
|
private |
Referenced by LoggerFile(), and println().