DebugAppender Class

Represents an appender is only enabled when debugging.
Inheritance Hierarchy

Namespace:  Aspose.Email.Tools.Logging
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class DebugAppender : Appender

The DebugAppender type exposes the following members.

Constructors
  NameDescription
Public methodDebugAppender
Initializes a new instance of the DebugAppender class.
Properties
  NameDescription
Protected propertyClosed
Indicates whether an Appender is closed.
(Inherited from Appender.)
Public propertyFormatter
Gets or sets the formatter.
(Inherited from Appender.)
Protected propertyInitialized
Indicates whether an Appender is initialized.
(Inherited from Appender.)
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