Interface that can be implemented by Appenders that buffer logging data and expose a Flush(Int32) method.
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
The IFlushable type exposes the following members.
Methods
Name | Description | |
---|---|---|
Flush |
Flushes any buffered log data.
|
See Also