1
0
mirror of synced 2026-01-21 15:02:16 -05:00
Files
core/release-notes/3.0/api-diff/Asp.Net/3.0.0_Microsoft.Extensions.Logging.Configuration.md
2019-10-10 13:57:00 -07:00

327 B

Microsoft.Extensions.Logging.Configuration

 {
     namespace Microsoft.Extensions.Logging.Configuration {
+        public static class LoggerProviderOptions {
+            public static void RegisterProviderOptions<TOptions, TProvider>(IServiceCollection services) where TOptions : class;
+        }
     }
 }