|
nux-0.9.46
|
Output to log file. More...
#include <NuxCore/OutputDevice.h>
Public Member Functions | |
| void | Shutdown () |
| void | Flush () |
| void | Serialize (const TCHAR *log_data, const TCHAR *LogPrefix, int severity) |
Output to log file.
| void nux::LogFileOutput::Flush | ( | ) | [virtual] |
Flush the write cache so the output to the file isn't truncated.
Reimplemented from nux::LogOutputDevice.
| void nux::LogFileOutput::Serialize | ( | const TCHAR * | log_data, |
| const TCHAR * | LogPrefix, | ||
| int | severity | ||
| ) | [virtual] |
Write a stream to the log file.
| log_data | Stream characters to write. |
| LogPrefix | A string to write before the input stream of characters. |
Implements nux::LogOutputDevice.
| void nux::LogFileOutput::Shutdown | ( | ) | [virtual] |
Closes output device and cleans up.
Reimplemented from nux::LogOutputDevice.