Skip to content

Commit 930f014

Browse files
committed
Merge changes made in master back to dev
to have a clean merge back from dev to master
2 parents 6a56899 + d503eec commit 930f014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Serilog.Settings.Configuration/Settings/Configuration/ConfigurationReader.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ internal static LoggerConfiguration ToMaximumCollectionCount(LoggerDestructuring
436436
internal static LoggerConfiguration FromLogContext(LoggerEnrichmentConfiguration loggerEnrichmentConfiguration)
437437
=> loggerEnrichmentConfiguration.FromLogContext();
438438

439+
// Unlike the other configuration methods, Logger is an instance method rather than an extension.
439440
internal static LoggerConfiguration Logger(
440441
LoggerSinkConfiguration loggerSinkConfiguration,
441442
Action<LoggerConfiguration> configureLogger,

0 commit comments

Comments
 (0)