18 #ifndef _LOG4CXX_HELPERS_CYCLICBUFFER_H 19 #define _LOG4CXX_HELPERS_CYCLICBUFFER_H 36 log4cxx::spi::LoggingEventList ea;
91 void resize(
int newSize);
96 #endif //_LOG4CXX_HELPERS_CYCLICBUFFER_H std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition: appender.h:37
CyclicBuffer is used by other appenders to hold instances of LoggingEvent for immediate or deferred d...
Definition: cyclicbuffer.h:34
int getMaxSize() const
Definition: cyclicbuffer.h:66
int length() const
Get the number of elements in the buffer.
Definition: cyclicbuffer.h:82
Definition: appender.h:32