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