IAppender
IAppender class
Implement this interface for your own strategies for printing log entries.
Methods
| Name | Description |
|---|---|
| Append | Log the specified log entry in Appender specific way. |
| AppendHeader | Starts log file with specific header. |
| get_Formatter | Gets the IFormatter . |
| set_Formatter | Sets the IFormatter . |