#include <logstream.h>
Collaboration diagram for LogSourceStreamBuf:
Public Member Functions | |
LogSourceStreamBuf () | |
virtual | ~LogSourceStreamBuf () |
void | SetLogSource (LogSource *pkSource) |
Protected Member Functions | |
virtual int_type | overflow (int_type c) |
Private Attributes | |
LogSource * | m_pkLogSource |
std::string | m_strMsg |
|
|
|
|
|
Handles streambuf overload for us. |
|
Set the log source
|
|
The log source |
|
Current log message |