示例#1
0
 public static StackTrace TraceCodeLocation(this StackTrace source, int indentationLevel = 0)
 {
     Trace.TraceInformation(source.CaptureCodeLocation(indentationLevel));
     return(source);
 }