LoggingEventSource.Keywords.Meta Field

Definition

Meta events are events about the LoggingEventSource itself (that is they did not come from ILogger.

public: System::Diagnostics::Tracing::EventKeywords Meta = 1;
public const System.Diagnostics.Tracing.EventKeywords Meta = 1;
val mutable Meta : System.Diagnostics.Tracing.EventKeywords
Public Const Meta As EventKeywords  = 1

Field Value

Value = 1

Applies to