Log the specified log entry in Appender specific way.
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxvoid Append(
LogEntry entry
)
Sub Append (
entry As LogEntry
)
void Append(
LogEntry^ entry
)
abstract Append :
entry : LogEntry -> unit
Parameters
- entry
- Type: Aspose.Email.Tools.LoggingLogEntry
Contains a log message.
See Also