10 #ifndef _LOG4CPP_STRINGQUEUEAPPENDER_HH 11 #define _LOG4CPP_STRINGQUEUEAPPENDER_HH 31 virtual bool reopen();
39 virtual size_t queueSize()
const;
45 virtual std::queue<std::string>& getQueue();
51 virtual const std::queue<std::string>& getQueue()
const;
57 virtual std::string popMessage();
70 #endif // _LOG4CPP_STRINGQUEUEAPPENDER_HH
This class puts log messages in an in-memory queue.
Definition: StringQueueAppender.hh:26
#define LOG4CPP_EXPORT
Definition: Export.hh:26
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:66
LayoutAppender is a common superclass for all Appenders that require a Layout.
Definition: LayoutAppender.hh:24