Exemple #1
0
 public void Flush()
 {
     //stdOut.Flush();
     VerboseOut.Flush();
     ErrorOut.Flush();
     WarningOut.Flush();
 }
 public IResultWriter EndOutput(string endStr = "")
 {
     stdOut.Flush();
     VerboseOut.Flush();
     WarningOut.Flush();
     return(this);
 }