#include <logstream.h>
Inheritance diagram for LogFileSink:
Public Member Functions | |
LogFileSink (const std::string &rstrFileName) | |
LogFileSink (File *pkFile) | |
virtual | ~LogFileSink () |
virtual void | Write (const std::string &rstrMsg) |
void | SetLogThreshold (unsigned int uiLevel) |
Protected Attributes | |
File * | m_pkFile |
unsigned int | m_uiThreshold |
|
|
|
|
|
Close file |
|
Write data to stdout
Implements LogSink. |
|
Set the threshold of loglevel
|
|
Log file |
|
Loglevel threshold |