NullAppender Methods

The NullAppender type exposes the following members.

Methods
  NameDescription
Public methodAppend
Appends a log entry to NullAppender.
(Overrides AppenderAppend(LogEntry).)
Public methodAppendHeader
Starts log file with specific header.
(Inherited from Appender.)
Public methodClose
Closes the appender.
(Inherited from Appender.)
Public methodDispose
Releases the unmanaged resources used by the Appender.
(Inherited from Appender.)
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitialize
Initializes the appender instance.
(Inherited from Appender.)
Public methodToString (Inherited from Object.)
See Also