log4cpp::Appender (3) Linux Manual Page
log4cpp::Appender – Implement this interface for your own strategies for printing log statements. Synopsis #include <Appender.hh> Inherited by log4cpp::AppenderSkeleton. Public Member Functions virtual ~Appender () Destructor for Appender. virtual void doAppend (const LoggingEvent &event)=0 Log in Appender specific way. virtual bool reopen ()=0 Reopens the output destination of this Appender, e.g. virtual void close ()=0…
