LoggingEventSource.Keywords 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從消費者的觀點來看,此項目為公開,但因為在類別外部不需要這些定義。
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)。 |