18 #ifndef _LOG4CXX_ASYNC_APPENDER_H
19 #define _LOG4CXX_ASYNC_APPENDER_H
92 #if LOG4CXX_ABI_VERSION <= 15
99 struct AsyncAppenderPriv;
144 void close() override;
150 AppenderList getAllAppenders() const override;
163 bool getLocationInfo() const;
173 bool requiresLayout() const override;
178 void removeAllAppenders() override;
207 void setLocationInfo(
bool flag);
214 void setBufferSize(
int newSize);
220 int getBufferSize() const;
228 void setBlocking(
bool newValue);
237 bool getBlocking() const;
#define LOG4CXX_APPEND_FORMAL_PARAMETERS
Log in Appender specific way.
Definition: appender.h:92
Implementation base class for all appenders.
Definition: appenderskeleton.h:45
The AsyncAppender decouples logging event creation from output by processing log events asynchronousl...
Definition: asyncappender.h:97
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:109