Interface IFormatter
IFormatter interface
Represents the interface for formatting log entry messsages.
public interface IFormatter
Properties
| Name | Description |
|---|---|
| Footer { get; } | Gest the footer string. |
| Header { get; } | Gets the header string. |
| LogHeader { get; } | Represents start log header |
Methods
| Name | Description |
|---|---|
| Format(DateTime) | Formats a datetime and return a string to be outputted. |
| Format(LogEntry) | Formats a log entry and return a string to be outputted. |
See Also
- namespace Aspose.Email.Tools.Logging
- assembly Aspose.Email