SimpleFormatter Constructor (String, String)

Creates a new SimpleFormatter instance.

Namespace:  Aspose.Email.Tools.Logging
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public SimpleFormatter(
	string header,
	string footer
)

Parameters

header
Type: SystemString
The header.
footer
Type: SystemString
The footer.
See Also