3 references to _logger
BasketService (3)
BasketService.cs (3)
61
_logger
.LogInformation("Checking out {Count} item(s) for BuyerId: {BuyerId}.", order.Items.Count, buyerId);
66
_logger
.LogWarning("RabbitMQ is unavailable. Ensure you have configured it in AppHosts's config / user secrets under 'ConnectionStrings:messaging'.");
93
_logger
.LogInformation("Order Id {Id} submitted.", order.Id);