8#if !defined(h_ebd0ee89_622d_4af1_9a9d_d0e057debe86)
9#define h_ebd0ee89_622d_4af1_9a9d_d0e057debe86
20 std::LOG4CPP_UNIQUE_PTR<TriggeringEventEvaluator>
evaluator);
37 typedef std::list<LoggingEvent> queue_t;
40 unsigned long max_size_;
41 std::LOG4CPP_UNIQUE_PTR<Appender> sink_;
42 std::LOG4CPP_UNIQUE_PTR<TriggeringEventEvaluator> evaluator_;
#define LOG4CPP_EXPORT
Definition Export.hh:26
#define LOG4CPP_UNIQUE_PTR
Definition Portability.hh:75
Definition BufferingAppender.hh:17
bool getLossy() const
Definition BufferingAppender.hh:26
void setLossy(bool lossy)
Definition BufferingAppender.hh:29
virtual void close()
Release any resources allocated within the appender such as file handles, network connections,...
Definition BufferingAppender.hh:22
LayoutAppender is a common superclass for all Appenders that require a Layout.
Definition LayoutAppender.hh:24
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