Appender Class

Represents the base class for Appender.
Inheritance Hierarchy

Namespace:  Aspose.Email.Tools.Logging
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public abstract class Appender : IAppender, 
	IDisposable

The Appender type exposes the following members.

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