#include <nullappender.h>
Inheritance diagram for log4cplus::NullAppender:
Public Member Functions | |
NullAppender () | |
NullAppender (const log4cplus::helpers::Properties &properties) | |
virtual | ~NullAppender () |
virtual void | close () |
Release any resources allocated within the appender such as file handles, network connections, etc. | |
Protected Member Functions | |
virtual void | append (const log4cplus::spi::InternalLoggingEvent &event) |
Subclasses of AppenderSkeleton should implement this method to perform actual logging. |
Definition at line 29 of file nullappender.h.
|
|
|
|
|
|
|
Subclasses of See also AppenderSkeleton.doAppend method. Implements log4cplus::Appender. |
|
Release any resources allocated within the appender such as file handles, network connections, etc. It is a programming error to append to a closed appender. Implements log4cplus::Appender. |