Microsoft.Extensions.Logging.Configuration.xml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Microsoft.Extensions.Logging.Configuration</name>
  5. </assembly>
  6. <members>
  7. <member name="T:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration`1">
  8. <summary>
  9. Allows access to configuration section associated with logger provider
  10. </summary>
  11. <typeparam name="T">Type of logger provider to get configuration for</typeparam>
  12. </member>
  13. <member name="P:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration`1.Configuration">
  14. <summary>
  15. Configuration section for requested logger provider
  16. </summary>
  17. </member>
  18. <member name="T:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfigurationFactory">
  19. <summary>
  20. Allows access to configuration section associated with logger provider
  21. </summary>
  22. </member>
  23. <member name="M:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfigurationFactory.GetConfiguration(System.Type)">
  24. <summary>
  25. Return configuration section associated with logger provider
  26. </summary>
  27. <param name="providerType">The logger provider type</param>
  28. <returns>The <see cref="T:Microsoft.Extensions.Configuration.IConfiguration"/> for the given <paramref name="providerType" />.</returns>
  29. </member>
  30. <member name="T:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptions">
  31. <summary>
  32. Provides a set of helpers to initialize options objects from logger provider configuration.
  33. </summary>
  34. </member>
  35. <member name="M:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptions.RegisterProviderOptions``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
  36. <summary>
  37. Indicates that settings for <typeparamref name="TProvider"/> should be loaded into <typeparamref name="TOptions"/> type.
  38. </summary>
  39. <param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/> to register on.</param>
  40. <typeparam name="TOptions">The options class </typeparam>
  41. <typeparam name="TProvider">The provider class</typeparam>
  42. </member>
  43. <member name="T:Microsoft.Extensions.Logging.Configuration.LoggerProviderConfigureOptions`2">
  44. <summary>
  45. Loads settings for <typeparamref name="TProvider"/> into <typeparamref name="TOptions"/> type.
  46. </summary>
  47. </member>
  48. <member name="T:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptionsChangeTokenSource`2">
  49. <inheritdoc />
  50. </member>
  51. <member name="T:Microsoft.Extensions.Logging.Configuration.LoggingBuilderConfigurationExtensions">
  52. <summary>
  53. Extension methods for setting up logging services in an <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder" />.
  54. </summary>
  55. </member>
  56. <member name="M:Microsoft.Extensions.Logging.Configuration.LoggingBuilderConfigurationExtensions.AddConfiguration(Microsoft.Extensions.Logging.ILoggingBuilder)">
  57. <summary>
  58. Adds services required to consume <see cref="T:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfigurationFactory"/> or <see cref="T:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration`1"/>
  59. </summary>
  60. <param name="builder">The <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder"/> to register services on.</param>
  61. </member>
  62. <member name="T:Microsoft.Extensions.Logging.LoggingBuilderExtensions">
  63. <summary>
  64. Extension methods for setting up logging services in an <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder" />.
  65. </summary>
  66. </member>
  67. <member name="M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.AddConfiguration(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Configuration.IConfiguration)">
  68. <summary>
  69. Configures <see cref="T:Microsoft.Extensions.Logging.LoggerFilterOptions" /> from an instance of <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" />.
  70. </summary>
  71. <param name="builder">The <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder"/> to use.</param>
  72. <param name="configuration">The <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" /> to add.</param>
  73. <returns>The builder.</returns>
  74. </member>
  75. <member name="T:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute">
  76. <summary>
  77. Suppresses reporting of a specific rule violation, allowing multiple suppressions on a
  78. single code artifact.
  79. </summary>
  80. <remarks>
  81. <see cref="T:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute"/> is different than
  82. <see cref="T:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute"/> in that it doesn't have a
  83. <see cref="T:System.Diagnostics.ConditionalAttribute"/>. So it is always preserved in the compiled assembly.
  84. </remarks>
  85. </member>
  86. <member name="M:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.#ctor(System.String,System.String)">
  87. <summary>
  88. Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute"/>
  89. class, specifying the category of the tool and the identifier for an analysis rule.
  90. </summary>
  91. <param name="category">The category for the attribute.</param>
  92. <param name="checkId">The identifier of the analysis rule the attribute applies to.</param>
  93. </member>
  94. <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Category">
  95. <summary>
  96. Gets the category identifying the classification of the attribute.
  97. </summary>
  98. <remarks>
  99. The <see cref="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Category"/> property describes the tool or tool analysis category
  100. for which a message suppression attribute applies.
  101. </remarks>
  102. </member>
  103. <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.CheckId">
  104. <summary>
  105. Gets the identifier of the analysis tool rule to be suppressed.
  106. </summary>
  107. <remarks>
  108. Concatenated together, the <see cref="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Category"/> and <see cref="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.CheckId"/>
  109. properties form a unique check identifier.
  110. </remarks>
  111. </member>
  112. <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Scope">
  113. <summary>
  114. Gets or sets the scope of the code that is relevant for the attribute.
  115. </summary>
  116. <remarks>
  117. The Scope property is an optional argument that specifies the metadata scope for which
  118. the attribute is relevant.
  119. </remarks>
  120. </member>
  121. <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Target">
  122. <summary>
  123. Gets or sets a fully qualified path that represents the target of the attribute.
  124. </summary>
  125. <remarks>
  126. The <see cref="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Target"/> property is an optional argument identifying the analysis target
  127. of the attribute. An example value is "System.IO.Stream.ctor():System.Void".
  128. Because it is fully qualified, it can be long, particularly for targets such as parameters.
  129. The analysis tool user interface should be capable of automatically formatting the parameter.
  130. </remarks>
  131. </member>
  132. <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.MessageId">
  133. <summary>
  134. Gets or sets an optional argument expanding on exclusion criteria.
  135. </summary>
  136. <remarks>
  137. The <see cref="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.MessageId"/> property is an optional argument that specifies additional
  138. exclusion where the literal metadata target is not sufficiently precise. For example,
  139. the <see cref="T:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute"/> cannot be applied within a method,
  140. and it may be desirable to suppress a violation against a statement in the method that will
  141. give a rule violation, but not against all statements in the method.
  142. </remarks>
  143. </member>
  144. <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Justification">
  145. <summary>
  146. Gets or sets the justification for suppressing the code analysis message.
  147. </summary>
  148. </member>
  149. <member name="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute">
  150. <summary>
  151. Indicates that certain members on a specified <see cref="T:System.Type"/> are accessed dynamically,
  152. for example through <see cref="N:System.Reflection"/>.
  153. </summary>
  154. <remarks>
  155. This allows tools to understand which members are being accessed during the execution
  156. of a program.
  157. This attribute is valid on members whose type is <see cref="T:System.Type"/> or <see cref="T:System.String"/>.
  158. When this attribute is applied to a location of type <see cref="T:System.String"/>, the assumption is
  159. that the string represents a fully qualified type name.
  160. When this attribute is applied to a class, interface, or struct, the members specified
  161. can be accessed dynamically on <see cref="T:System.Type"/> instances returned from calling
  162. <see cref="M:System.Object.GetType"/> on instances of that class, interface, or struct.
  163. If the attribute is applied to a method it's treated as a special case and it implies
  164. the attribute should be applied to the "this" parameter of the method. As such the attribute
  165. should only be used on instance methods of types assignable to System.Type (or string, but no methods
  166. will use it there).
  167. </remarks>
  168. </member>
  169. <member name="M:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute.#ctor(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes)">
  170. <summary>
  171. Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute"/> class
  172. with the specified member types.
  173. </summary>
  174. <param name="memberTypes">The types of members dynamically accessed.</param>
  175. </member>
  176. <member name="P:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute.MemberTypes">
  177. <summary>
  178. Gets the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes"/> which specifies the type
  179. of members dynamically accessed.
  180. </summary>
  181. </member>
  182. <member name="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes">
  183. <summary>
  184. Specifies the types of members that are dynamically accessed.
  185. This enumeration has a <see cref="T:System.FlagsAttribute"/> attribute that allows a
  186. bitwise combination of its member values.
  187. </summary>
  188. </member>
  189. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.None">
  190. <summary>
  191. Specifies no members.
  192. </summary>
  193. </member>
  194. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicParameterlessConstructor">
  195. <summary>
  196. Specifies the default, parameterless public constructor.
  197. </summary>
  198. </member>
  199. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors">
  200. <summary>
  201. Specifies all public constructors.
  202. </summary>
  203. </member>
  204. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicConstructors">
  205. <summary>
  206. Specifies all non-public constructors.
  207. </summary>
  208. </member>
  209. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods">
  210. <summary>
  211. Specifies all public methods.
  212. </summary>
  213. </member>
  214. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicMethods">
  215. <summary>
  216. Specifies all non-public methods.
  217. </summary>
  218. </member>
  219. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields">
  220. <summary>
  221. Specifies all public fields.
  222. </summary>
  223. </member>
  224. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicFields">
  225. <summary>
  226. Specifies all non-public fields.
  227. </summary>
  228. </member>
  229. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes">
  230. <summary>
  231. Specifies all public nested types.
  232. </summary>
  233. </member>
  234. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicNestedTypes">
  235. <summary>
  236. Specifies all non-public nested types.
  237. </summary>
  238. </member>
  239. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties">
  240. <summary>
  241. Specifies all public properties.
  242. </summary>
  243. </member>
  244. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicProperties">
  245. <summary>
  246. Specifies all non-public properties.
  247. </summary>
  248. </member>
  249. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents">
  250. <summary>
  251. Specifies all public events.
  252. </summary>
  253. </member>
  254. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicEvents">
  255. <summary>
  256. Specifies all non-public events.
  257. </summary>
  258. </member>
  259. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.Interfaces">
  260. <summary>
  261. Specifies all interfaces implemented by the type.
  262. </summary>
  263. </member>
  264. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All">
  265. <summary>
  266. Specifies all members.
  267. </summary>
  268. </member>
  269. <member name="T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute">
  270. <summary>
  271. Indicates that the specified method requires dynamic access to code that is not referenced
  272. statically, for example through <see cref="N:System.Reflection"/>.
  273. </summary>
  274. <remarks>
  275. This allows tools to understand which methods are unsafe to call when removing unreferenced
  276. code from an application.
  277. </remarks>
  278. </member>
  279. <member name="M:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute.#ctor(System.String)">
  280. <summary>
  281. Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute"/> class
  282. with the specified message.
  283. </summary>
  284. <param name="message">
  285. A message that contains information about the usage of unreferenced code.
  286. </param>
  287. </member>
  288. <member name="P:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute.Message">
  289. <summary>
  290. Gets a message that contains information about the usage of unreferenced code.
  291. </summary>
  292. </member>
  293. <member name="P:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute.Url">
  294. <summary>
  295. Gets or sets an optional URL that contains more information about the method,
  296. why it requries unreferenced code, and what options a consumer has to deal with it.
  297. </summary>
  298. </member>
  299. <member name="P:System.SR.ValueNotSupported">
  300. <summary>Configuration value '{0}' is not supported.</summary>
  301. </member>
  302. </members>
  303. </doc>