IAppender.Append

IAppender.Append method

Log the specified log entry in Appender specific way.

public void Append(LogEntry entry)
ParameterTypeDescription
entryLogEntryContains a log message.

See Also