public LabledConsoleLoggerWriter(LabledConsoleLoggerContext context) { this.context = context; }
public LabledConsoleLoggerWriter(LabledConsoleLoggerContext context, bool showTimings) { this.context = context; this.showTimings = showTimings; }