logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

log4tango::LogStreamBuf

Author

       Generated automatically by Doxygen for log4tango from the source code.

Version 5.0.1                                    Fri Feb 14 2020                      log4tango::LogStreamBuf(3)

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

See Also