#include <logstream.h>
Inheritance diagram for LogSink:
Public Member Functions | |
LogSink () | |
virtual | ~LogSink () |
void | SetLogThreshold (unsigned int uiLevel) |
virtual void | Write (const std::string &rstrMsg)=0 |
Protected Attributes | |
unsigned int | m_uiThreshold |
|
|
|
|
|
Set the threshold of loglevel
|
|
Log sinks implement this to write data
Implemented in Console, LogStdoutSink, LogFileSink, and LogMSVCDebugSink. |
|
Loglevel threshold |