ICloseableLogConsumer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An interface used to consume log entries, when a Close function is also supported.
public interface ICloseableLogConsumer : Orleans.Runtime.ILogConsumer
type ICloseableLogConsumer = interface
interface ILogConsumer
Public Interface ICloseableLogConsumer
Implements ILogConsumer
- Derived
- Implements
Methods
Close() |
Close this log. |
Log(Severity, LoggerType, String, String, IPEndPoint, Exception, Int32) |
The method to call during logging. This method should be very fast, since it is called synchronously during Orleans logging. (Inherited from ILogConsumer) |