Microsoft.Extensions.Logging scoped logger Extends MEL ILogger with context/scope chaining features similar to Serilog. Installation PM> Install-Package Rapal.ScopedLogger Usage ILogger logger = _log.ForContext("MyProp", "MyValue"); logger.LogInformation("Hello world!"); // MyProp=MyValue included in scope