예제 #1
0
 public Debugger(ENVIORMENT v)
 {
     value = v;
     Debug.Listeners.Add(new TextWriterTraceListener(File.Create("./net.log")));
     Debug.AutoFlush = true;
 }
예제 #2
0
 public Debugger(ENVIORMENT v)
 {
     value = v;
     Debug.Listeners.Add(new TextWriterTraceListener(File.Create("./net.log")));
     Debug.AutoFlush = true;
 }