예제 #1
0
 public TcTraceSource(string name, TraceSourceIds id, SourceLevels level, bool dumpCaller, bool traceApplicationStart) : this(name, (int)id, level, dumpCaller, traceApplicationStart)
 {
 }
예제 #2
0
 public TcTraceSource(string name, TraceSourceIds id, SourceLevels level) : this(name, (int)id, level, true, true)
 {
 }