Exemplo n.º 1
0
 public LabledConsoleLoggerWriter(LabledConsoleLoggerContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public LabledConsoleLoggerWriter(LabledConsoleLoggerContext context, bool showTimings)
 {
     this.context = context;
     this.showTimings = showTimings;
 }