Closed tommasobertoni closed 3 years ago
Provide a simplified CovoxEngine constructor that auto-creates a trace-writing ILogger.
CovoxEngine
ILogger
public CovoxEngine(...) : this(new DefaultLogger(), ...) { } public CovoxEngine(ILogger<CovoxEngine> logger, ...)
Look for existing implementations of this.
Provide a simplified
CovoxEngine
constructor that auto-creates a trace-writingILogger
.Look for existing implementations of this.