OpenTelemetry.Internal.InstrumentationScopeLogger
namespace OpenTelemetry.Internal
{
internal sealed class InstrumentationScopeLogger
{
public static InstrumentationScopeLogger Default { get; }
public static InstrumentationScopeLogger GetInstrumentationScopeLoggerForName(string name);
}
}