Example #1
0
 public LabledConsoleLoggerWriter(LabledConsoleLoggerContext context)
 {
     this.context = context;
 }
Example #2
0
 public LabledConsoleLoggerWriter(LabledConsoleLoggerContext context, bool showTimings)
 {
     this.context = context;
     this.showTimings = showTimings;
 }