#include <BufferingAppender.hh>
Inheritance 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) |
Protected Member Functions | |
virtual void | _append (const LoggingEvent &event) |
Log in Appender specific way. |
|
|
|
Log in Appender specific way. Subclasses of Appender should implement this method to perform actual logging.
Implements log4cpp::AppenderSkeleton. |
|
Release any resources allocated within the appender such as file handles, network connections, etc.
Implements log4cpp::AppenderSkeleton. |
|
|
|
|