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)

在日志记录期间调用的方法。 此方法应非常快,因为它在新奥尔良日志记录期间以同步方式调用。

(继承自 ILogConsumer)

适用于