LoggingEventSource.Keywords.Message Field

Definition

Turns on the 'Message' event when ILogger.Log() is called. It gives the information in a programmatic (not formatted) way.

public: System::Diagnostics::Tracing::EventKeywords Message = 2;
public const System.Diagnostics.Tracing.EventKeywords Message = 2;
val mutable Message : System.Diagnostics.Tracing.EventKeywords
Public Const Message As EventKeywords  = 2

Field Value

Value = 2

Applies to