예제 #1
0
 public static void SetTraceEndPoint(this TraceConfig config, string value)
 {
     config.AddOrUpdate(TraceEndPointKey, value);
 }