LoggerWriteFormat Method

Writes the message with specified format to appenders.

Namespace:  Aspose.Email.Tools.Logging
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void WriteFormat(
	string format,
	params Object[] arguments
)

Parameters

format
Type: SystemString
arguments
Type: SystemObject
See Also