NullAppenderAppend Method

Appends a log entry to NullAppender.

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

Parameters

entry
Type: Aspose.Email.Tools.LoggingLogEntry
The entry need to log.

Implements

IAppenderAppend(LogEntry)
See Also