|
28 | 28 | </Base>
|
29 | 29 | <Interfaces />
|
30 | 30 | <Docs>
|
31 |
| - <summary>Extension methods for setting up logging services in an <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder" />.</summary> |
| 31 | + <summary>Provides extension methods for setting up logging services in an <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder" />.</summary> |
32 | 32 | <remarks>To be added.</remarks>
|
33 | 33 | </Docs>
|
34 | 34 | <Members>
|
|
57 | 57 | <Parameter Name="configuration" Type="Microsoft.Extensions.Configuration.IConfiguration" />
|
58 | 58 | </Parameters>
|
59 | 59 | <Docs>
|
60 |
| - <param name="builder">The <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder" /> to use.</param> |
61 |
| - <param name="configuration">The <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" /> to add.</param> |
62 |
| - <summary>Configures <see cref="T:Microsoft.Extensions.Logging.LoggerFilterOptions" /> from an instance of <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" />.</summary> |
63 |
| - <returns>The builder.</returns> |
| 60 | + <param name="builder">The logging builder to configure logger filter options for.</param> |
| 61 | + <param name="configuration">The filter options to add.</param> |
| 62 | + <summary>Configures logger filter options from an instance of <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" />.</summary> |
| 63 | + <returns>The logging builder with filter options configured.</returns> |
64 | 64 | <remarks>To be added.</remarks>
|
65 | 65 | </Docs>
|
66 | 66 | </Member>
|
|
89 | 89 | <Parameter Name="provider" Type="Microsoft.Extensions.Logging.ILoggerProvider" />
|
90 | 90 | </Parameters>
|
91 | 91 | <Docs>
|
92 |
| - <param name="builder">The <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder" /> to add the <paramref name="provider" /> to.</param> |
93 |
| - <param name="provider">The <see cref="T:Microsoft.Extensions.Logging.ILoggerProvider" /> to add to the <paramref name="builder" />.</param> |
94 |
| - <summary>Adds the given <see cref="T:Microsoft.Extensions.Logging.ILoggerProvider" /> to the <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder" /></summary> |
95 |
| - <returns>The <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder" /> so that additional calls can be chained.</returns> |
| 92 | + <param name="builder">The logging builder to add the <paramref name="provider" /> to.</param> |
| 93 | + <param name="provider">The logger provider to add to the <paramref name="builder" />.</param> |
| 94 | + <summary>Adds the given <see cref="T:Microsoft.Extensions.Logging.ILoggerProvider" /> to the <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder" /> so that calls can be chained.</summary> |
| 95 | + <returns>A logging builder that you can chain additional calls to.</returns> |
96 | 96 | <remarks>To be added.</remarks>
|
97 | 97 | </Docs>
|
98 | 98 | </Member>
|
|
120 | 120 | <Parameter Name="builder" Type="Microsoft.Extensions.Logging.ILoggingBuilder" RefType="this" />
|
121 | 121 | </Parameters>
|
122 | 122 | <Docs>
|
123 |
| - <param name="builder">The <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder" /> to remove <see cref="T:Microsoft.Extensions.Logging.ILoggerProvider" />s from.</param> |
124 |
| - <summary>Removes all <see cref="T:Microsoft.Extensions.Logging.ILoggerProvider" />s from <paramref name="builder" />.</summary> |
125 |
| - <returns>The <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder" /> so that additional calls can be chained.</returns> |
| 123 | + <param name="builder">The logging builder to remove logging providers from.</param> |
| 124 | + <summary>Removes all logger providers from <paramref name="builder" />.</summary> |
| 125 | + <returns>The logging builder with logger providers removed.</returns> |
126 | 126 | <remarks>To be added.</remarks>
|
127 | 127 | </Docs>
|
128 | 128 | </Member>
|
|
170 | 170 | <Parameter Name="level" Type="Microsoft.Extensions.Logging.LogLevel" />
|
171 | 171 | </Parameters>
|
172 | 172 | <Docs>
|
173 |
| - <param name="builder">The <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder" /> to set the minimum level on.</param> |
174 |
| - <param name="level">The <see cref="T:Microsoft.Extensions.Logging.LogLevel" /> to set as the minimum.</param> |
| 173 | + <param name="builder">The logging builder to set the minimum level on.</param> |
| 174 | + <param name="level">One of the enumeration values to set as the minimum logging severity level.</param> |
175 | 175 | <summary>Sets a minimum <see cref="T:Microsoft.Extensions.Logging.LogLevel" /> requirement for log messages to be logged.</summary>
|
176 |
| - <returns>The <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder" /> so that additional calls can be chained.</returns> |
| 176 | + <returns>The logging builder with minimum log level set.</returns> |
177 | 177 | <remarks>To be added.</remarks>
|
178 | 178 | </Docs>
|
179 | 179 | </Member>
|
|
0 commit comments