Share via


IFlushableLogConsumer 介面

定義

也支援 Flush 函式時,用來取用記錄專案的介面。

public interface IFlushableLogConsumer : Orleans.Runtime.ILogConsumer
type IFlushableLogConsumer = interface
    interface ILogConsumer
Public Interface IFlushableLogConsumer
Implements ILogConsumer
衍生
實作

方法

Flush()

排清任何擱置的記錄寫入。

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

在記錄期間呼叫的方法。 這個方法應該非常快速,因為它會在登入期間以同步方式呼叫。

(繼承來源 ILogConsumer)

適用於