IAppenderAppend Method

Log the specified log entry in Appender specific way.

Namespace:  Aspose.Email.Tools.Logging
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
void Append(
	LogEntry entry
)

Parameters

entry
Type: Aspose.Email.Tools.LoggingLogEntry
Contains a log message.
See Also