File: PassThrough\PassThroughServiceEndpointProvider.Log.cs
Web Access
Project: src\src\Microsoft.Extensions.ServiceDiscovery\Microsoft.Extensions.ServiceDiscovery.csproj (Microsoft.Extensions.ServiceDiscovery)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
using Microsoft.Extensions.Logging;
 
namespace Microsoft.Extensions.ServiceDiscovery.PassThrough;
 
internal sealed partial class PassThroughServiceEndpointProvider
{
    private static partial class Log
    {
        [LoggerMessage(1, LogLevel.Debug, "Using pass-through service endpoint provider for service '{ServiceName}'.", EventName = "UsingPassThrough")]
        internal static partial void UsingPassThrough(ILogger logger, string serviceName);
    }
}