ISupportExternalScope
Represents a ILoggerProvider that is able to consume external scope information.
using System.Runtime.CompilerServices;
namespace Microsoft.Extensions.Logging
{
[System.Runtime.CompilerServices.NullableContext(1)]
public interface ISupportExternalScope
{
void SetScopeProvider(IExternalScopeProvider scopeProvider);
}
}