コード例 #1
0
 public Debugger(ENVIORMENT v)
 {
     value = v;
     Debug.Listeners.Add(new TextWriterTraceListener(File.Create("./net.log")));
     Debug.AutoFlush = true;
 }
コード例 #2
0
ファイル: Debugger.cs プロジェクト: SBreso/CuatroEnRaya
 public Debugger(ENVIORMENT v)
 {
     value = v;
     Debug.Listeners.Add(new TextWriterTraceListener(File.Create("./net.log")));
     Debug.AutoFlush = true;
 }