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