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
)
Public Sub New (
header As String,
footer As String
)
public:
SimpleFormatter(
String^ header,
String^ footer
)
new :
header : string *
footer : string -> SimpleFormatter
Parameters
- header
- Type: SystemString
The header. - footer
- Type: SystemString
The footer.
See Also