System.Diagnostics.Tracing.EventSourceSettings
namespace System.Diagnostics.Tracing
{
public enum EventSourceSettings
{
Default = 0,
EtwManifestEventFormat = 4,
EtwSelfDescribingEventFormat = 8,
ThrowOnEventWriteErrors = 1
}
}