18 #ifndef _LOG4CXX_HELPERS_APPENDER_ATTACHABLE_IMPL_H
19 #define _LOG4CXX_HELPERS_APPENDER_ATTACHABLE_IMPL_H
22 #pragma warning ( push )
23 #pragma warning ( disable: 4231 4251 4275 4786 )
30 #include <log4cxx/log4cxx.h>
80 virtual AppenderList getAllAppenders() const;
96 virtual
void removeAllAppenders();
109 inline std::mutex& getMutex()
const
115 mutable std::mutex m_mutex;
125 #if defined(_MSC_VER)
126 #pragma warning ( pop )
Definition: appenderattachableimpl.h:47
AppenderAttachableImpl(Pool &pool)
Create new instance.
AppenderList appenderList
Array of appenders.
Definition: appenderattachableimpl.h:50
base class for java-like objects.
Definition: object.h:102
This Interface is for attaching Appenders to objects.
Definition: appenderattachable.h:39
LOG4CXX_PTR_DEF(AppenderAttachableImpl)
std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition: appender.h:37
Definition: appender.h:33
std::basic_string< logchar > LogString
Definition: logstring.h:66
std::shared_ptr< Appender > AppenderPtr
Definition: basicconfigurator.h:28
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:153
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:26
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:147
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:141