log4tango
4.0.3
|
#include <LogStreambuf.hh>
Public Member Functions | |
LogStreamBuf (Logger *logger, Level::Value level, bool filter=true, size_t bsize=512) | |
virtual | ~LogStreamBuf () |
Protected Member Functions | |
virtual std::streamsize | xsputn (const char *, std::streamsize) |
virtual int | sync (void) |
Friends | |
class | LogStream |
log4tango::LogStreamBuf::LogStreamBuf | ( | Logger * | logger, |
Level::Value | level, | ||
bool | filter = true , |
||
size_t | bsize = 512 |
||
) |
virtual log4tango::LogStreamBuf::~LogStreamBuf | ( | ) | [virtual] |
virtual int log4tango::LogStreamBuf::sync | ( | void | ) | [protected, virtual] |
virtual std::streamsize log4tango::LogStreamBuf::xsputn | ( | const char * | , |
std::streamsize | |||
) | [protected, virtual] |
friend class LogStream [friend] |