Append
FileAppender.Append method (1 of 2)
Appends the log entry information to the appender.
public override void Append(LogEntry logEntry)
Parameter | Type | Description |
---|---|---|
logEntry | LogEntry | The log entry. |
See Also
- class LogEntry
- class FileAppender
- namespace Aspose.Email.Tools.Logging
- assembly Aspose.Email
FileAppender.Append method (2 of 2)
Appends a set of log entries to the appender.
public void Append(LogEntry[] logEntries)
Parameter | Type | Description |
---|---|---|
logEntries | LogEntry[] | A set of log entries to log. |
See Also
- class LogEntry
- class FileAppender
- namespace Aspose.Email.Tools.Logging
- assembly Aspose.Email