18 #ifndef _LOG4CXX_ASYNC_APPENDER_H
19 #define _LOG4CXX_ASYNC_APPENDER_H
95 struct AsyncAppenderPriv;
127 helpers::Pool& pool1) override;
141 void close() override;
147 AppenderList getAllAppenders() const override;
160 bool getLocationInfo() const;
170 bool requiresLayout() const override;
175 void removeAllAppenders() override;
204 void setLocationInfo(
bool flag);
211 void setBufferSize(
int newSize);
217 int getBufferSize() const;
225 void setBlocking(
bool newValue);
234 bool getBlocking() const;
Implementation base class for all appenders.
Definition: appenderskeleton.h:41
The AsyncAppender decouples logging event creation from output by processing log events asynchronousl...
Definition: asyncappender.h:93
This Interface is for attaching Appenders to objects.
Definition: appenderattachable.h:33
std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition: appender.h:31
LOG4CXX_LIST_DEF(LoggingEventList, spi::LoggingEventPtr)
LOG4CXX_PTR_DEF(AsyncAppender)
std::basic_string< logchar > LogString
Definition: logstring.h:60
std::shared_ptr< Appender > AppenderPtr
Definition: basicconfigurator.h:28
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:154
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:148
#define DECLARE_LOG4CXX_OBJECT(object)
Definition: object.h:41
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition: object.h:160
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:142
#define LOG4CXX_16_VIRTUAL_SPECIFIER
Definition: socket.h:90