LoggerWrite Method (String)

Writes the specified message to appenders.

Namespace:  Aspose.Email.Tools.Logging
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void Write(
	string message
)

Parameters

message
Type: SystemString
The message to write.
See Also