log4cpp::AbortAppender (3) Linux Manual Page
log4cpp::AbortAppender – This Appender causes the application to abort() upon the first append() call. Synopsis #include <AbortAppender.hh> Inherits log4cpp::AppenderSkeleton. Public Member Functions AbortAppender (const std::string &name) virtual ~AbortAppender () virtual bool reopen () Reopens the output destination of this Appender, e.g. virtual void close () Release any resources allocated within the appender such as file…
