Inheritance diagram for NTEventLogAppender:

Public Member Functions | |
| virtual void | activateOptions () |
| virtual void | close () |
| virtual void | setOption (const String &option, const String &value) |
| bool | requiresLayout () const |
Protected Member Functions | |
| virtual void | append (const spi::LoggingEventPtr &event) |
|
|
Derived appenders should override this method if option structure requires it. Reimplemented from AppenderSkeleton. |
|
|
Subclasses of Implements AppenderSkeleton. |
|
|
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 Appender. |
|
|
The SocketAppender does not use a layout. Hence, this method returns Implements Appender. |
|
||||||||||||
|
Set The handling of each option depends on the OptionHandler instance. Some options may become active immediately whereas other may be activated only when activateOptions is called. Reimplemented from AppenderSkeleton. |
1.3.9.1