Код: Выделить всё
_logger.LogInformation("Queued Background Task {Guid} is running. " +
"{DelayLoop}/3", guid, delayLoop);
Подробнее здесь: https://stackoverflow.com/questions/650 ... formatting
Код: Выделить всё
_logger.LogInformation("Queued Background Task {Guid} is running. " +
"{DelayLoop}/3", guid, delayLoop);