Ejemplo n.º 1
0
 static void TraceWriteLine(TraceEventType level, string format, params object[] args)
 {
     Trace.WriteLine(string.Format(format, args), level.ToStringFast());
 }
Ejemplo n.º 2
0
 static void TraceWriteLine(TraceEventType level, string format, params object[] args)
 {
     Trace.WriteLine(string.Format(format, args), level.ToStringFast());
 }