次の方法で共有


LoggingEventSource.Keywords.FormattedMessage フィールド

定義

ILogger.Log() が呼び出されたときに、'FormatMessage' イベントをオンにします。 これにより、書式設定された文字列バージョンの情報が提供されます。

public: System::Diagnostics::Tracing::EventKeywords FormattedMessage = 4;
public const System.Diagnostics.Tracing.EventKeywords FormattedMessage = 4;
val mutable FormattedMessage : System.Diagnostics.Tracing.EventKeywords
Public Const FormattedMessage As EventKeywords  = 4

フィールド値

Value = 4
EventKeywords

適用対象