log4tango::LogStreamBuf(3)
log4tango::LogStreamBuf
Description
log4tango::LogStreamBuf
NAME
log4tango::LogStreamBuf
SYNOPSIS
#include <LogStreambuf.hh>
Inherits std::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)
log4tango::LogStreamBuf::˜LogStreamBuf () [virtual]
Member Function Documentation
int log4tango::LogStreamBuf::sync (void) [protected], [virtual]
std::streamsize log4tango::LogStreamBuf::xsputn (const char * _in,std::streamsize _in_size) [protected], [virtual]
Friends And Related Function Documentation
friend class LogStream [friend]
Author
Generated automatically by Doxygen for log4tango from the source code.