ProviderAliasAttribute public class ProviderAliasAttribute : Attribute Defines an alias for ILoggerProvider implementation to be used in filtering rules. Documentation Code public string Alias { get; } Gets the alias of the provider. public ProviderAliasAttribute(string alias) Creates a new ProviderAliasAttribute instance.