Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 629 Bytes

Summary.Pipelines.SummaryPipeline.Options.md

File metadata and controls

23 lines (17 loc) · 629 Bytes
public class Options

A set of options that configure the behavior of the summary pipeline.

Properties

public ILoggerFactory LoggerFactory { get; }

The factory that provides logger implementations.

Methods

public Options UseLoggerFactory(ILoggerFactory loggers)

Specifies the logger factory that will be used to create loggers for the pipeline.