DebugAppender Methods

The DebugAppender type exposes the following members.

Methods
  NameDescription
Public methodAppend
Appends the specified log entry to the appender.
(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.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the Appender, and optionally disposes of the managed resources.
(Inherited from Appender.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Frees resources used by the Appender class.
(Inherited from Appender.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitialize
Initializes the appender instance.
(Inherited from Appender.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also