Ejemplo n.º 1
0
 /// <summary> Creates a new log source. </summary>
 /// <param name="name">The name of the Log.</param>
 /// <returns>The created Log.</returns>
 public static TraceSource CreateSource(string name)
 {
     return(new TraceSource(TapContext.CreateLog(name)));
 }