IAppender Interface

Implement this interface for your own strategies for printing log entries.

Namespace:  Aspose.Email.Tools.Logging
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public interface IAppender

The IAppender type exposes the following members.

Properties
  NameDescription
Public propertyFormatter
Gets or sets the IFormatter.
Methods
  NameDescription
Public methodAppend
Log the specified log entry in Appender specific way.
Public methodAppendHeader
Starts log file with specific header.
See Also