FileAppenderAppend Method (LogEntry) |
Appends a set of log entries to the appender.
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic void Append(
LogEntry[] logEntries
)
Public Sub Append (
logEntries As LogEntry()
)
public:
void Append(
array<LogEntry^>^ logEntries
)
member Append :
logEntries : LogEntry[] -> unit
Parameters
- logEntries
- Type: Aspose.Email.Tools.LoggingLogEntry
A set of log entries to log.
See Also