log4tango::LogStreamBuf
Contents
Constructor & Destructor Documentation
log4tango::LogStreamBuf::LogStreamBuf(Logger*logger,Level::Valuelevel,boolfilter=true,size_tbsize=512)virtuallog4tango::LogStreamBuf::~LogStreamBuf()[virtual]
Member Function Documentation
virtualintlog4tango::LogStreamBuf::sync(void)[protected],[virtual]virtualstd::streamsizelog4tango::LogStreamBuf::xsputn(constchar*,std::streamsize)[protected],[virtual]
Name
log4tango::LogStreamBuf
Synopsis
#include <LogStreambuf.hh>
Inherits streambuf.
PublicMemberFunctionsLogStreamBuf (Logger *logger, Level::Value level, bool filter=true, size_t bsize=512)
virtual ~LogStreamBuf ()
ProtectedMemberFunctions
virtual std::streamsize xsputn (const char *, std::streamsize)
virtual int sync (void)
Friends
class LogStream