getConfiguration abstract method
Gets the configuration for the specified logger provider type.
The providerType parameter should be the Type of the logger provider
(e.g., ConsoleLoggerProvider, DebugLoggerProvider).
The factory will search for configuration sections matching either:
- The full type name of the provider
- The provider's alias (if defined via ProviderAlias attribute)
Returns an IConfiguration containing the merged configuration from all matching sections.
Implementation
IConfiguration getConfiguration(Type providerType);