From 8e0e98e96d1508c1bd0bf824c8f763616acffc6e Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 4 Sep 2020 14:20:16 -0700 Subject: [PATCH] Update LoggingBuilderExtensions.xml --- .../LoggingBuilderExtensions.xml | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/xml/Microsoft.Extensions.Logging/LoggingBuilderExtensions.xml b/xml/Microsoft.Extensions.Logging/LoggingBuilderExtensions.xml index ee62b056335..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 to the . - 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.