24 #ifndef LOG4CPLUS_NULL_APPENDER_HEADER_
25 #define LOG4CPLUS_NULL_APPENDER_HEADER_
29 #if defined (LOG4CPLUS_HAVE_PRAGMA_ONCE)
Extend this class for implementing your own strategies for printing log statements.
Appends log events to a file.
NullAppender(const log4cplus::helpers::Properties &)
virtual void append(const log4cplus::spi::InternalLoggingEvent &event)
Subclasses of Appender should implement this method to perform actual logging.
virtual void close()
Release any resources allocated within the appender such as file handles, network connections,...
The internal representation of logging events.