ILogConsumer 接口

定义

用于使用日志条目的接口。

public interface ILogConsumer
type ILogConsumer = interface
Public Interface ILogConsumer
派生

方法

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

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

适用于