From ed13070174851316fe5c2b9f8c71e8c29e9af1f8 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Mon, 8 Nov 2021 16:09:02 -0800 Subject: [PATCH] Add exception (#7360) --- .../LoggerFactory.xml | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/xml/Microsoft.Extensions.Logging/LoggerFactory.xml b/xml/Microsoft.Extensions.Logging/LoggerFactory.xml index a5fed06dfe6..c493af3c878 100644 --- a/xml/Microsoft.Extensions.Logging/LoggerFactory.xml +++ b/xml/Microsoft.Extensions.Logging/LoggerFactory.xml @@ -29,7 +29,7 @@ - Produces instances of classes based on the given providers. + Produces instances of classes based on the specified providers. To be added. @@ -81,7 +81,7 @@ The providers to use in producing instances. - Creates a new instance. + Creates a new instance with the specified providers. To be added. @@ -110,7 +110,7 @@ The providers to use in producing instances. The filter options to use. - Creates a new instance. + Creates a new instance with the specified providers and filter options. To be added. @@ -139,7 +139,7 @@ The providers to use in producing instances. The filter option to use. - Creates a new instance. + Creates a new instance with the specified providers and filter option. To be added. @@ -164,7 +164,7 @@ The providers to use in producing instances. The filter option to use. The logger factory options. - Creates a new instance with the specified providers, filter option and logger factory options. + Creates a new instance with the specified providers, filter option, and logger factory options. To be added. @@ -199,8 +199,10 @@ The to add. - Adds the given provider to those used in creating instances. + Adds the specified provider to the collection of providers used in creating instances. To be added. + + is . @@ -227,7 +229,7 @@ - Check if the factory has been disposed. + Checks if the factory has been disposed. if has been called; otherwise, . To be added. @@ -256,7 +258,7 @@ A delegate to configure the . - Creates new instance of configured using provided delegate. + Creates a new instance of that's configured using the provided delegate. The that was created. To be added. @@ -292,7 +294,7 @@ The category name for messages produced by the logger. - Creates an with the given . + Creates an with the specified . The that was created. To be added.