FileAppender.Append

Append(LogEntry)

Appends the log entry information to the appender.

public override void Append(LogEntry logEntry)
ParameterTypeDescription
logEntryLogEntryThe log entry.

See Also


Append(LogEntry[])

Appends a set of log entries to the appender.

public void Append(LogEntry[] logEntries)
ParameterTypeDescription
logEntriesLogEntry[]A set of log entries to log.

See Also