IFlushableLogConsumer Interface

Definition

An interface used to consume log entries, when a Flush function is also supported.

public interface IFlushableLogConsumer : Orleans.Runtime.ILogConsumer
type IFlushableLogConsumer = interface
    interface ILogConsumer
Public Interface IFlushableLogConsumer
Implements ILogConsumer
Derived
Implements

Methods

Flush()

Flush any pending log writes.

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