diff --git a/xml/Microsoft.Extensions.Logging/LoggingBuilderExtensions.xml b/xml/Microsoft.Extensions.Logging/LoggingBuilderExtensions.xml index 65bd4415ad5..644ce297377 100644 --- a/xml/Microsoft.Extensions.Logging/LoggingBuilderExtensions.xml +++ b/xml/Microsoft.Extensions.Logging/LoggingBuilderExtensions.xml @@ -28,7 +28,7 @@ - Extension methods for setting up logging services in an . + Provides extension methods for setting up logging services in an . To be added. @@ -57,10 +57,10 @@ - The to use. - The to add. - Configures from an instance of . - The builder. + The logging builder to configure logger filter options for. + The filter options to add. + Configures logger filter options from an instance of . + The logging builder with filter options configured. To be added. @@ -89,10 +89,10 @@ - The to add the to. - The to add to the . - Adds the given to the - The so that additional calls can be chained. + The logging builder to add the to. + The logger provider to add to the . + Adds the given to the so that calls can be chained. + A logging builder that you can chain additional calls to. To be added. @@ -120,9 +120,9 @@ - The to remove s from. - Removes all s from . - The so that additional calls can be chained. + The logging builder to remove logging providers from. + Removes all logger providers from . + The logging builder with logger providers removed. To be added. @@ -170,10 +170,10 @@ - The to set the minimum level on. - The to set as the minimum. + The logging builder to set the minimum level on. + One of the enumeration values to set as the minimum logging severity level. Sets a minimum requirement for log messages to be logged. - The so that additional calls can be chained. + The logging builder with minimum log level set. To be added.