Appends the specified log entry to the appender.
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic abstract void Append(
LogEntry entry
)
Public MustOverride Sub Append (
entry As LogEntry
)
public:
virtual void Append(
LogEntry^ entry
) abstract
abstract Append :
entry : LogEntry -> unit
Parameters
- entry
- Type: Aspose.Email.Tools.LoggingLogEntry
The log entry.
Implements
IAppenderAppend(LogEntry)
See Also