Example #1
0
 static Log()
 {
     StdOut = new IndentedTextWriter(Console.Out, "  ");
     StdErr = new IndentedTextWriter(Console.Error, "  ");
 }