log4cpp
1.1.3
|
#include <BufferingAppender.hh>
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. More... | |
bool | getLossy () const |
void | setLossy (bool lossy) |
![]() | |
LayoutAppender (const std::string &name) | |
virtual | ~LayoutAppender () |
virtual bool | requiresLayout () const |
Check if the appender requires a layout. More... | |
virtual void | setLayout (Layout *layout=NULL) |
Set the Layout for this appender. More... | |
![]() | |
virtual | ~AppenderSkeleton () |
Destructor for AppenderSkeleton. More... | |
virtual void | doAppend (const LoggingEvent &event) |
Log in Appender specific way. More... | |
virtual bool | reopen () |
Reopens the output destination of this Appender, e.g. More... | |
virtual void | setThreshold (Priority::Value priority) |
Set the threshold priority of this Appender. More... | |
virtual Priority::Value | getThreshold () |
Get the threshold priority of this Appender. More... | |
virtual void | setFilter (Filter *filter) |
Set a Filter for this appender. More... | |
virtual Filter * | getFilter () |
Get the Filter for this appender. More... | |
![]() | |
virtual | ~Appender () |
Destructor for Appender. More... | |
const std::string & | getName () const |
Get the name of this appender. More... | |
Protected Member Functions | |
virtual void | _append (const LoggingEvent &event) |
Log in Appender specific way. More... | |
![]() | |
Layout & | _getLayout () |
Return the layout of the appender. More... | |
![]() | |
AppenderSkeleton (const std::string &name) | |
Constructor for AppenderSkeleton. More... | |
![]() | |
Appender (const std::string &name) | |
Constructor for Appender. More... | |
Additional Inherited Members | |
![]() | |
typedef BasicLayout | DefaultLayoutType |
![]() | |
static Appender * | getAppender (const std::string &name) |
Get a pointer to an exitsing Appender. More... | |
static bool | reopenAll () |
Call reopen() on all existing Appenders. More... | |
static void | closeAll () |
Call reopen() on all existing Appenders. More... | |
log4cpp::BufferingAppender::BufferingAppender | ( | const std::string | name, |
unsigned long | max_size, | ||
std::auto_ptr< Appender > | sink, | ||
std::auto_ptr< TriggeringEventEvaluator > | evaluator | ||
) |
|
protectedvirtual |
Log in Appender specific way.
Subclasses of Appender should implement this method to perform actual logging.
event | The LoggingEvent to log. |
Implements log4cpp::AppenderSkeleton.
|
inlinevirtual |
Release any resources allocated within the appender such as file handles, network connections, etc.
Implements log4cpp::AppenderSkeleton.
|
inline |
|
inline |