Interface IAppender
IAppender interface
Implement this interface for your own strategies for printing log entries.
public interface IAppender
Properties
Name | Description |
---|---|
Formatter { get; set; } | Gets or sets the IFormatter. |
Methods
Name | Description |
---|---|
Append(LogEntry) | Log the specified log entry in Appender specific way. |
AppendHeader() | Starts log file with specific header. |
See Also
- namespace Aspose.Email.Tools.Logging
- assembly Aspose.Email