Interface IAppender

IAppender interface

Implement this interface for your own strategies for printing log entries.

public interface IAppender

Properties

NameDescription
Formatter { get; set; }Gets or sets the IFormatter.

Methods

NameDescription
Append(LogEntry)Log the specified log entry in Appender specific way.
AppendHeader()Starts log file with specific header.

See Also