IAppender

IAppender class

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

The IAppender type exposes the following members:

Properties

NameDescription
formatterGets or sets the IFormatter.

Methods

NameDescription
append(entry)
append_header()

See Also