Provided by: liblog4tango-doc_9.2.5a+dfsg1-2build1_all
NAME
log4tango::LogStreamBuf
SYNOPSIS
#include <LogStreambuf.hh> Inherits streambuf. 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
Constructor & Destructor Documentation
log4tango::LogStreamBuf::LogStreamBuf (Logger * logger, Level::Value level, bool filter = true, size_t bsize = 512) virtual log4tango::LogStreamBuf::~LogStreamBuf () [virtual]
Member Function Documentation
virtual int log4tango::LogStreamBuf::sync (void) [protected], [virtual] virtual std::streamsize log4tango::LogStreamBuf::xsputn (const char *, std::streamsize) [protected], [virtual]
Friends And Related Function Documentation
friend class LogStream [friend]
Author
Generated automatically by Doxygen for log4tango from the source code.