Microsoft.Extensions.Logging
Extension methods for setting up logging services in an .
Adds logging services to the specified .
The to add services to.
The so that additional calls can be chained.
Adds logging services to the specified .
The to add services to.
The configuration delegate.
The so that additional calls can be chained.
Extension methods for setting up logging services in an .
Adds a log filter to the factory.
The to add the filter to.
The filter to be added.
The so that additional calls can be chained.
Adds a log filter to the factory.
The to add the filter to.
The filter to be added.
The so that additional calls can be chained.
Adds a log filter to the factory.
The to add the filter to.
The filter to be added.
The so that additional calls can be chained.
Adds a log filter to the factory.
The to add the filter to.
The category to filter.
The level to filter.
The so that additional calls can be chained.
Adds a log filter to the factory.
The to add the filter to.
The category to filter.
The filter function to apply.
The so that additional calls can be chained.
Adds a log filter to the factory.
The to add the filter to.
The filter function to apply.
The so that additional calls can be chained.
Adds a log filter to the factory.
The to add the filter to.
The filter function to apply.
The so that additional calls can be chained.
Adds a log filter to the factory.
The to add the filter to.
The filter function to apply.
The so that additional calls can be chained.
Adds a log filter to the factory.
The to add the filter to.
The category to filter.
The level to filter.
The so that additional calls can be chained.
Adds a log filter to the factory.
The to add the filter to.
The category to filter.
The filter function to apply.
The so that additional calls can be chained.
Adds a log filter for the given .
The to add the filter to.
The filter to be added.
The which this filter will be added for.
The so that additional calls can be chained.
Adds a log filter for the given .
The to add the filter to.
The filter to be added.
The which this filter will be added for.
The so that additional calls can be chained.
Adds a log filter for the given .
The to add the filter to.
The category to filter.
The level to filter.
The which this filter will be added for.
The so that additional calls can be chained.
Adds a log filter for the given .
The to add the filter to.
The category to filter.
The filter function to apply.
The which this filter will be added for.
The so that additional calls can be chained.
Adds a log filter for the given .
The to add the filter to.
The filter function to apply.
The which this filter will be added for.
The so that additional calls can be chained.
Adds a log filter for the given .
The to add the filter to.
The filter function to apply.
The which this filter will be added for.
The so that additional calls can be chained.
Adds a log filter for the given .
The to add the filter to.
The category to filter.
The level to filter.
The which this filter will be added for.
The so that additional calls can be chained.
Adds a log filter for the given .
The to add the filter to.
The category to filter.
The filter function to apply.
The which this filter will be added for.
The so that additional calls can be chained.
An interface for configuring logging providers.
Gets the where Logging services are configured.
Produces instances of classes based on the given providers.
Creates a new instance.
Creates a new instance.
The providers to use in producing instances.
Creates a new instance.
The providers to use in producing instances.
The filter options to use.
Creates a new instance.
The providers to use in producing instances.
The filter option to use.
Adds the given provider to those used in creating instances.
The to add.
Check if the factory has been disposed.
when as been called
Creates new instance of configured using provided delegate.
A delegate to configure the .
The that was created.
Creates an with the given .
The category name for messages produced by the logger.
The that was created.
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
The options for a LoggerFilter.
Creates a new instance.
Gets or sets value indicating whether logging scopes are being captured. Defaults to
Gets or sets the minimum level of log messages if none of the rules match.
Gets the collection of used for filtering log messages.
Defines a rule used to filter log messages.
Creates a new instance.
The provider name to use in this filter rule.
The category name to use in this filter rule.
The to use in this filter rule.
The filter to apply.
Gets the logger category this rule applies to.
Gets the filter delegate that would be applied to messages that passed the .
Gets the minimum of messages.
Gets the logger provider type or alias this rule applies to.
Provides extension methods for setting up logging services in an .
Configures logger filter options from an instance of .
The logging builder to configure logger filter options for.
The filter options to add.
The logging builder with filter options configured.
Adds the given to the so that calls can be chained.
The logging builder to add the to.
The logger provider to add to the .
A logging builder that you can chain additional calls to.
Removes all logger providers from .
The logging builder to remove logging providers from.
The logging builder with logger providers removed.
Sets a minimum requirement for log messages to be logged.
The logging builder to set the minimum level on.
One of the enumeration values to set as the minimum logging severity level.
The logging builder with minimum log level set.
Defines alias for implementation to be used in filtering rules.
Creates a new instance.
The alias to set.
The alias of the provider.