Writes the message with specified format to appenders.
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic void WriteFormat(
string format,
params Object[] arguments
)
Public Sub WriteFormat (
format As String,
ParamArray arguments As Object()
)
public:
void WriteFormat(
String^ format,
... array<Object^>^ arguments
)
member WriteFormat :
format : string *
arguments : Object[] -> unit
Parameters
- format
- Type: SystemString
- arguments
- Type: SystemObject
See Also