LoggerWriteLine Method (Object)

Writes the specified message to appenders.

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

Parameters

message
Type: SystemObject
The message to write.
See Also