次の方法で共有


ICloseableLogConsumer インターフェイス

定義

Close 関数もサポートされている場合に、ログ エントリを使用するために使用されるインターフェイス。

public interface ICloseableLogConsumer : Orleans.Runtime.ILogConsumer
type ICloseableLogConsumer = interface
    interface ILogConsumer
Public Interface ICloseableLogConsumer
Implements ILogConsumer
派生
実装

メソッド

Close()

このログを閉じます。

Log(Severity, LoggerType, String, String, IPEndPoint, Exception, Int32)

ログ記録中に呼び出すメソッド。 このメソッドは Orleans ログ中に同期的に呼び出されるため、非常に高速である必要があります。

(継承元 ILogConsumer)

適用対象