LoggingEventSource.Keywords.JsonMessage Field

Definition

Turns on the 'MessageJson' event when ILogger.Log() is called. It gives JSON representation of the Arguments.

public: System::Diagnostics::Tracing::EventKeywords JsonMessage = 8;
public const System.Diagnostics.Tracing.EventKeywords JsonMessage = 8;
val mutable JsonMessage : System.Diagnostics.Tracing.EventKeywords
Public Const JsonMessage As EventKeywords  = 8

Field Value

Value = 8

Applies to