IAppender

IAppender class

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

Methods

NameDescription
AppendLog the specified log entry in Appender specific way.
AppendHeaderStarts log file with specific header.
get_FormatterGets the IFormatter .
set_FormatterSets the IFormatter .