Example #1
0
 /// <summary>
 /// Removes the reporter to report for the current active thread.
 /// </summary>
 public static void RemoveReporter(IReporter reporter)
 {
     s_reporter.RemoveReporter(reporter);
 }