IFormatter Interface

Represents the interface for formatting log entry messsages.

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

The IFormatter type exposes the following members.

Properties
  NameDescription
Public propertyFooter
Gest the footer string.
Public propertyHeader
Gets the header string.
Public propertyLogHeader
Represents start log header
Methods
  NameDescription
Public methodFormat(DateTime)
Formats a datetime and return a string to be outputted.
Public methodFormat(LogEntry)
Formats a log entry and return a string to be outputted.
See Also