|
29 | 29 | </Interface> |
30 | 30 | </Interfaces> |
31 | 31 | <Docs> |
32 | | - <summary>Produces instances of <see cref="T:Microsoft.Extensions.Logging.ILogger" /> classes based on the given providers.</summary> |
| 32 | + <summary>Produces instances of <see cref="T:Microsoft.Extensions.Logging.ILogger" /> classes based on the specified providers.</summary> |
33 | 33 | <remarks>To be added.</remarks> |
34 | 34 | </Docs> |
35 | 35 | <Members> |
|
81 | 81 | </Parameters> |
82 | 82 | <Docs> |
83 | 83 | <param name="providers">The providers to use in producing <see cref="T:Microsoft.Extensions.Logging.ILogger" /> instances.</param> |
84 | | - <summary>Creates a new <see cref="T:Microsoft.Extensions.Logging.LoggerFactory" /> instance.</summary> |
| 84 | + <summary>Creates a new <see cref="T:Microsoft.Extensions.Logging.LoggerFactory" /> instance with the specified providers.</summary> |
85 | 85 | <remarks>To be added.</remarks> |
86 | 86 | </Docs> |
87 | 87 | </Member> |
|
110 | 110 | <Docs> |
111 | 111 | <param name="providers">The providers to use in producing <see cref="T:Microsoft.Extensions.Logging.ILogger" /> instances.</param> |
112 | 112 | <param name="filterOptions">The filter options to use.</param> |
113 | | - <summary>Creates a new <see cref="T:Microsoft.Extensions.Logging.LoggerFactory" /> instance.</summary> |
| 113 | + <summary>Creates a new <see cref="T:Microsoft.Extensions.Logging.LoggerFactory" /> instance with the specified providers and filter options.</summary> |
114 | 114 | <remarks>To be added.</remarks> |
115 | 115 | </Docs> |
116 | 116 | </Member> |
|
139 | 139 | <Docs> |
140 | 140 | <param name="providers">The providers to use in producing <see cref="T:Microsoft.Extensions.Logging.ILogger" /> instances.</param> |
141 | 141 | <param name="filterOption">The filter option to use.</param> |
142 | | - <summary>Creates a new <see cref="T:Microsoft.Extensions.Logging.LoggerFactory" /> instance.</summary> |
| 142 | + <summary>Creates a new <see cref="T:Microsoft.Extensions.Logging.LoggerFactory" /> instance with the specified providers and filter option.</summary> |
143 | 143 | <remarks>To be added.</remarks> |
144 | 144 | </Docs> |
145 | 145 | </Member> |
|
164 | 164 | <param name="providers">The providers to use in producing <see cref="T:Microsoft.Extensions.Logging.ILogger" /> instances.</param> |
165 | 165 | <param name="filterOption">The filter option to use.</param> |
166 | 166 | <param name="options">The logger factory options.</param> |
167 | | - <summary>Creates a new <see cref="T:Microsoft.Extensions.Logging.LoggerFactory" /> instance with the specified providers, filter option and logger factory options.</summary> |
| 167 | + <summary>Creates a new <see cref="T:Microsoft.Extensions.Logging.LoggerFactory" /> instance with the specified providers, filter option, and logger factory options.</summary> |
168 | 168 | <remarks>To be added.</remarks> |
169 | 169 | </Docs> |
170 | 170 | </Member> |
|
199 | 199 | </Parameters> |
200 | 200 | <Docs> |
201 | 201 | <param name="provider">The <see cref="T:Microsoft.Extensions.Logging.ILoggerProvider" /> to add.</param> |
202 | | - <summary>Adds the given provider to those used in creating <see cref="T:Microsoft.Extensions.Logging.ILogger" /> instances.</summary> |
| 202 | + <summary>Adds the specified provider to the collection of providers used in creating <see cref="T:Microsoft.Extensions.Logging.ILogger" /> instances.</summary> |
203 | 203 | <remarks>To be added.</remarks> |
| 204 | + <exception cref="T:System.ArgumentNullException"> |
| 205 | + <paramref name="provider" /> is <see langword="null" />.</exception> |
204 | 206 | </Docs> |
205 | 207 | </Member> |
206 | 208 | <Member MemberName="CheckDisposed"> |
|
227 | 229 | </ReturnValue> |
228 | 230 | <Parameters /> |
229 | 231 | <Docs> |
230 | | - <summary>Check if the factory has been disposed.</summary> |
| 232 | + <summary>Checks if the factory has been disposed.</summary> |
231 | 233 | <returns> |
232 | 234 | <see langword="true" /> if <see cref="M:Microsoft.Extensions.Logging.LoggerFactory.Dispose" /> has been called; otherwise, <see langword="false" />.</returns> |
233 | 235 | <remarks>To be added.</remarks> |
|
256 | 258 | </Parameters> |
257 | 259 | <Docs> |
258 | 260 | <param name="configure">A delegate to configure the <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder" />.</param> |
259 | | - <summary>Creates new instance of <see cref="T:Microsoft.Extensions.Logging.ILoggerFactory" /> configured using provided <paramref name="configure" /> delegate.</summary> |
| 261 | + <summary>Creates a new instance of <see cref="T:Microsoft.Extensions.Logging.ILoggerFactory" /> that's configured using the provided <paramref name="configure" /> delegate.</summary> |
260 | 262 | <returns>The <see cref="T:Microsoft.Extensions.Logging.ILoggerFactory" /> that was created.</returns> |
261 | 263 | <remarks>To be added.</remarks> |
262 | 264 | </Docs> |
|
292 | 294 | </Parameters> |
293 | 295 | <Docs> |
294 | 296 | <param name="categoryName">The category name for messages produced by the logger.</param> |
295 | | - <summary>Creates an <see cref="T:Microsoft.Extensions.Logging.ILogger" /> with the given <paramref name="categoryName" />.</summary> |
| 297 | + <summary>Creates an <see cref="T:Microsoft.Extensions.Logging.ILogger" /> with the specified <paramref name="categoryName" />.</summary> |
296 | 298 | <returns>The <see cref="T:Microsoft.Extensions.Logging.ILogger" /> that was created.</returns> |
297 | 299 | <remarks>To be added.</remarks> |
298 | 300 | </Docs> |
|
0 commit comments