10 #ifndef _LOG4CPP_STRINGQUEUEAPPENDER_HH
11 #define _LOG4CPP_STRINGQUEUEAPPENDER_HH
32 virtual bool reopen();
40 virtual size_t queueSize()
const;
46 virtual std::queue<std::string>& getQueue();
52 virtual const std::queue<std::string>& getQueue()
const;
58 virtual std::string popMessage();
72 #endif // _LOG4CPP_STRINGQUEUEAPPENDER_HH
This class puts log messages in an in-memory queue.
Definition: StringQueueAppender.hh:26
#define LOG4CPP_EXPORT
Definition: Export.hh:19
The top level namespace for all 'Log for C++' types and classes.
Definition: AbortAppender.hh:16
The internal representation of logging events.
Definition: LoggingEvent.hh:32
std::queue< std::string > _queue
Definition: StringQueueAppender.hh:68
LayoutAppender is a common superclass for all Appenders that require a Layout.
Definition: LayoutAppender.hh:24