Example #1
0
 // Unlike the other configuration methods, FromLogContext is an instance method rather than an extension.
 internal static LoggerConfiguration FromLogContext(LoggerEnrichmentConfiguration loggerEnrichmentConfiguration)
 {
     return loggerEnrichmentConfiguration.FromLogContext();
 }
		protected override void Configure( LoggerEnrichmentConfiguration configuration ) => configuration.FromLogContext();