18#ifndef _LOG4CXX_HELPERS_APPENDER_ATTACHABLE_IMPL_H
19#define _LOG4CXX_HELPERS_APPENDER_ATTACHABLE_IMPL_H
48#if LOG4CXX_ABI_VERSION <= 15
49 [[ deprecated(
"Pool is no longer required" ) ]]
69 int appendLoopOnAppenders(const spi::LoggingEventPtr& event,
75 AppenderList getAllAppenders() const override;
91 void removeAllAppenders() override;
Definition: appenderattachableimpl.h:39
AppenderAttachableImpl(Pool &pool)
AppenderAttachableImpl()
Create new instance.
AppenderList & appenderList()
~AppenderAttachableImpl()
This Interface is for attaching Appenders to objects.
Definition: appenderattachable.h:33
#define LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(T, V)
Definition: log4cxx.h:85
#define LOG4CXX_EXPORT
Definition: log4cxx.h:101
#define LOG4CXX_PTR_DEF(T)
Definition: log4cxx.h:64
#define LOG4CXX_NS
Definition: log4cxx.h:104
std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition: appender.h:32
std::basic_string< logchar > LogString
Definition: logstring.h:60
std::shared_ptr< Appender > AppenderPtr
Definition: basicconfigurator.h:29
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:158
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:39
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:152
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:146