ICloseableLogConsumer 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当还支持 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) |