ILogConsumer Interface

Definition

An interface used to consume log entries.

public interface ILogConsumer
type ILogConsumer = interface
Public Interface ILogConsumer
Derived

Methods

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.

Applies to