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);