public bool IsEnabled(System.Diagnostics.Tracing.EventLevel level, System.Diagnostics.Tracing.EventKeywords keywords, System.Diagnostics.Tracing.EventChannel channel)
 {
     return(default(bool));
 }
 public void EnableEvents(System.Diagnostics.Tracing.EventSource eventSource, System.Diagnostics.Tracing.EventLevel level, System.Diagnostics.Tracing.EventKeywords matchAnyKeyword, System.Collections.Generic.IDictionary <string, string> arguments)
 {
 }
 public void EnableEvents(System.Diagnostics.Tracing.EventSource eventSource, System.Diagnostics.Tracing.EventLevel level, System.Diagnostics.Tracing.EventKeywords matchAnyKeyword)
 {
 }
 public bool IsEnabled(System.Diagnostics.Tracing.EventLevel level, System.Diagnostics.Tracing.EventKeywords keywords, System.Diagnostics.Tracing.EventChannel channel)
 {
     throw null;
 }
示例#5
0
 public bool IsEnabled(System.Diagnostics.Tracing.EventLevel level,
                       System.Diagnostics.Tracing.EventKeywords keywords) => false;
示例#6
0
        //Guid : f38c890a-cd68-58c5-b56d-52c6b4fd48db pour ETW dans l'ihm Web


        public static bool IsEnabled(System.Diagnostics.Tracing.EventLevel level, System.Diagnostics.Tracing.EventKeywords keywords)
        {
            return(mySource.IsEnabled(level, keywords));
        }