You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[LoggerMessage(2,LogLevel.Debug,"Matching endpoints using endpoint names for service '{ServiceName}' since endpoint names are specified in configuration.",EventName="MatchingEndPointNames")]
[LoggerMessage(3,LogLevel.Debug,"Ignoring endpoints using endpoint names for service '{ServiceName}' since no endpoint names are specified in configuration.",EventName="IgnoringEndPointNames")]
[LoggerMessage(4,LogLevel.Debug,"Using configuration from path '{Path}' to resolve endpoint '{EndpointName}' for service '{ServiceName}'.",EventName="UsingConfigurationPath")]
16
+
[LoggerMessage(2,LogLevel.Debug,"Using configuration from path '{Path}' to resolve endpoint '{EndpointName}' for service '{ServiceName}'.",EventName="UsingConfigurationPath")]
[LoggerMessage(5,LogLevel.Debug,"No valid endpoint configuration was found for service '{ServiceName}' from path '{Path}'.",EventName="ServiceConfigurationNotFound")]
19
+
[LoggerMessage(3,LogLevel.Debug,"No valid endpoint configuration was found for service '{ServiceName}' from path '{Path}'.",EventName="ServiceConfigurationNotFound")]
[LoggerMessage(6,LogLevel.Debug,"Endpoints configured for service '{ServiceName}' from path '{Path}': {ConfiguredEndPoints}.",EventName="ConfiguredEndPoints")]
22
+
[LoggerMessage(4,LogLevel.Debug,"Endpoints configured for service '{ServiceName}' from path '{Path}': {ConfiguredEndPoints}.",EventName="ConfiguredEndPoints")]
[LoggerMessage(7,LogLevel.Debug,"No valid endpoint configuration was found for endpoint '{EndpointName}' on service '{ServiceName}' from path '{Path}'.",EventName="EndpointConfigurationNotFound")]
47
+
[LoggerMessage(5,LogLevel.Debug,"No valid endpoint configuration was found for endpoint '{EndpointName}' on service '{ServiceName}' from path '{Path}'.",EventName="EndpointConfigurationNotFound")]
0 commit comments