public class Options
A set of options that configure the behavior of the summary pipeline.
public ILoggerFactory LoggerFactory { get; }
The factory that provides logger implementations.
public Options UseLoggerFactory(ILoggerFactory loggers)
Specifies the logger factory that will be used to create loggers for the pipeline.