in src/AWS.Logger.AspNetCore/AWSLoggerProvider.cs [79:84]
public AWSLoggerProvider(AWSLoggerConfigSection configSection)
{
_scopeProvider = configSection.IncludeScopes ? new LoggerExternalScopeProvider() : NullExternalScopeProvider.Instance;
_configSection = configSection;
_core = new AWSLoggerCore(_configSection.Config, _userAgentString);
}