Exemple #1
0
 public static void AddHttpHandlerObserver(this SubscribeOptions o)
 {
     o.AddHttpHandlerObserver(null);
 }
Exemple #2
0
 /// <summary>
 /// Adds the AspNetCore observer for the Microsoft.AspNetCore listener
 /// </summary>
 /// <param name="o"></param>
 public static void AddAspNetCoreObserver(this SubscribeOptions o)
 {
     o.AddSubscriber("Microsoft.AspNetCore", new AspNetCoreDiagnosticListenerObserver());
 }