1 write to _logger
Microsoft.Extensions.ServiceDiscovery (1)
Configuration\ConfigurationServiceEndpointProvider.cs (1)
45
_logger
= logger;
6 references to _logger
Microsoft.Extensions.ServiceDiscovery (6)
Configuration\ConfigurationServiceEndpointProvider.cs (6)
58
Log.SkippedResolution(
_logger
, _serviceName, "Collection has existing endpoints");
67
Log.ServiceConfigurationNotFound(
_logger
, _serviceName, $"{_options.Value.SectionName}:{_serviceName}");
102
Log.EndpointConfigurationNotFound(
_logger
, endpointName, _serviceName, configPath);
107
Log.UsingConfigurationPath(
_logger
, configPath, endpointName, _serviceName);
178
Log.ServiceConfigurationNotFound(
_logger
, _serviceName, configPath);
182
Log.ConfiguredEndpoints(
_logger
, _serviceName, configPath, endpoints.Endpoints, resolvedEndpointCount);