System.Diagnostics.Tracing.EventSourceOptions
namespace System.Diagnostics.Tracing
{
public struct EventSourceOptions
{
public EventActivityOptions ActivityOptions { get; set; }
public EventKeywords Keywords { get; set; }
public EventLevel Level { get; set; }
public EventOpcode Opcode { get; set; }
public EventTags Tags { get; set; }
}
}