1 write to _logger
Microsoft.Extensions.ServiceDiscovery (1)
Configuration\ConfigurationServiceEndpointProvider.cs (1)
46
_logger
= logger;
6 references to _logger
Microsoft.Extensions.ServiceDiscovery (6)
Configuration\ConfigurationServiceEndpointProvider.cs (6)
59
Log.SkippedResolution(
_logger
, _serviceName, "Collection has existing endpoints");
68
Log.ServiceConfigurationNotFound(
_logger
, _serviceName, $"{_options.Value.SectionName}:{_serviceName}");
103
Log.EndpointConfigurationNotFound(
_logger
, endpointName, _serviceName, configPath);
108
Log.UsingConfigurationPath(
_logger
, configPath, endpointName, _serviceName);
179
Log.ServiceConfigurationNotFound(
_logger
, _serviceName, configPath);
183
Log.ConfiguredEndpoints(
_logger
, _serviceName, configPath, endpoints.Endpoints, resolvedEndpointCount);