We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a56899 + d503eec commit 930f014Copy full SHA for 930f014
src/Serilog.Settings.Configuration/Settings/Configuration/ConfigurationReader.cs
@@ -436,6 +436,7 @@ internal static LoggerConfiguration ToMaximumCollectionCount(LoggerDestructuring
436
internal static LoggerConfiguration FromLogContext(LoggerEnrichmentConfiguration loggerEnrichmentConfiguration)
437
=> loggerEnrichmentConfiguration.FromLogContext();
438
439
+ // Unlike the other configuration methods, Logger is an instance method rather than an extension.
440
internal static LoggerConfiguration Logger(
441
LoggerSinkConfiguration loggerSinkConfiguration,
442
Action<LoggerConfiguration> configureLogger,
0 commit comments