Вот Код: < /p>
Код: Выделить всё
private readonly ILogger _logger;
//DI code here
....
//inside some method
_logger.ForContext("CorrelationId", correlationId); // Ilogger doesn't contain ForContext extension method
_logger.LogInformation("message");
Подробнее здесь: https://stackoverflow.com/questions/708 ... -interface
Мобильная версия