ICloseableLogConsumer Interface

Definition

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)

Applies to