Appender Methods

The Appender type exposes the following members.

Methods
  NameDescription
Public methodAppend
Appends the specified log entry to the appender.
Public methodAppendHeader
Starts log file with specific header.
Public methodClose
Closes the appender.
Public methodDispose
Releases the unmanaged resources used by the Appender.
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the Appender, and optionally disposes of the managed resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Frees resources used by the Appender class.
(Overrides ObjectFinalize.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitialize
Initializes the appender instance.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also