log4cpp 1.1.3
Loading...
Searching...
No Matches
log4cpp::BufferingAppender Class Reference

#include <BufferingAppender.hh>

Inheritance diagram for log4cpp::BufferingAppender:
Collaboration diagram for log4cpp::BufferingAppender:

Public Member Functions

 BufferingAppender (const std::string name, unsigned long max_size, std::auto_ptr< Appender > sink, std::auto_ptr< TriggeringEventEvaluator > evaluator)
 
virtual void close ()
 Release any resources allocated within the appender such as file handles, network connections, etc.
 
bool getLossy () const
 
void setLossy (bool lossy)
 
- Public Member Functions inherited from log4cpp::LayoutAppender
 LayoutAppender (const std::string &name)
 
virtual ~LayoutAppender ()
 
virtual bool requiresLayout () const
 Check if the appender requires a layout.
 
virtual void setLayout (Layout *layout=NULL)
 Set the Layout for this appender.
 
- Public Member Functions inherited from log4cpp::AppenderSkeleton
virtual ~AppenderSkeleton ()
 Destructor for AppenderSkeleton.
 
virtual void doAppend (const LoggingEvent &event)
 Log in Appender specific way.
 
virtual bool reopen ()
 Reopens the output destination of this Appender, e.g.
 
virtual void setThreshold (Priority::Value priority)
 Set the threshold priority of this Appender.
 
virtual Priority::Value getThreshold ()
 Get the threshold priority of this Appender.
 
virtual void setFilter (Filter *filter)
 Set a Filter for this appender.
 
virtual FiltergetFilter ()
 Get the Filter for this appender.
 
- Public Member Functions inherited from log4cpp::Appender
virtual ~Appender ()
 Destructor for Appender.
 
const std::string & getName () const
 Get the name of this appender.
 

Protected Member Functions

virtual void _append (const LoggingEvent &event)
 Log in Appender specific way.
 
- Protected Member Functions inherited from log4cpp::LayoutAppender
Layout_getLayout ()
 Return the layout of the appender.
 
- Protected Member Functions inherited from log4cpp::AppenderSkeleton
 AppenderSkeleton (const std::string &name)
 Constructor for AppenderSkeleton.
 
- Protected Member Functions inherited from log4cpp::Appender
 Appender (const std::string &name)
 Constructor for Appender.
 

Additional Inherited Members

- Public Types inherited from log4cpp::LayoutAppender
typedef BasicLayout DefaultLayoutType
 
- Static Public Member Functions inherited from log4cpp::Appender
static AppendergetAppender (const std::string &name)
 Get a pointer to an exitsing Appender.
 
static bool reopenAll ()
 Call reopen() on all existing Appenders.
 
static void closeAll ()
 Call reopen() on all existing Appenders.
 

Constructor & Destructor Documentation

◆ BufferingAppender()

log4cpp::BufferingAppender::BufferingAppender ( const std::string name,
unsigned long max_size,
std::auto_ptr< Appender > sink,
std::auto_ptr< TriggeringEventEvaluator > evaluator )

Member Function Documentation

◆ _append()

void log4cpp::BufferingAppender::_append ( const LoggingEvent & event)
protectedvirtual

Log in Appender specific way.

Subclasses of Appender should implement this method to perform actual logging.

Parameters
eventThe LoggingEvent to log.

Implements log4cpp::AppenderSkeleton.

◆ close()

virtual void log4cpp::BufferingAppender::close ( )
inlinevirtual

Release any resources allocated within the appender such as file handles, network connections, etc.

Implements log4cpp::AppenderSkeleton.

◆ getLossy()

bool log4cpp::BufferingAppender::getLossy ( ) const
inline

◆ setLossy()

void log4cpp::BufferingAppender::setLossy ( bool lossy)
inline

The documentation for this class was generated from the following files: