LoggingEventSource.Keywords 类

定义

从 EventSource 使用者的角度来看,这是公共的,但在此类之外无需使用这些定义。

public: ref class LoggingEventSource::Keywords abstract sealed
public static class LoggingEventSource.Keywords
type LoggingEventSource.Keywords = class
Public Class LoggingEventSource.Keywords
继承
LoggingEventSource.Keywords

字段

FormattedMessage

调用 ILogger.Log() 时,打开“FormatMessage”事件。 它提供格式化字符串版本的信息。

JsonMessage

调用 ILogger.Log() 时,打开“MessageJson”事件。 它提供参数的 JSON 表示形式。

Message

调用 ILogger.Log() 时,打开“Message”事件。 它以编程方式(未格式化)提供信息。

Meta

元事件是有关 LoggingEventSource 本身的事件(即它们并非来自 ILogger。

适用于