9 instantiations of ProviderAliasAttribute
BasicTestApp (1)
PrependMessageLoggerProvider.cs (1)
9[ProviderAlias("PrependMessage")]
Microsoft.Extensions.Diagnostics.Testing (1)
Logging\FakeLoggerProvider.cs (1)
19[ProviderAlias("Fake")]
Microsoft.Extensions.Logging.AzureAppServices (2)
BlobLoggerProvider.cs (1)
19[ProviderAlias("AzureAppServicesBlob")]
FileLoggerProvider.cs (1)
17[ProviderAlias("AzureAppServicesFile")]
Microsoft.Extensions.Logging.Console (1)
ConsoleLoggerProvider.cs (1)
18[ProviderAlias("Console")]
Microsoft.Extensions.Logging.Debug (1)
DebugLoggerProvider.cs (1)
9[ProviderAlias("Debug")]
Microsoft.Extensions.Logging.EventLog (1)
EventLogLoggerProvider.cs (1)
11[ProviderAlias("EventLog")]
Microsoft.Extensions.Logging.EventSource (1)
EventSourceLoggerProvider.cs (1)
12[ProviderAlias("EventSource")]
Microsoft.Extensions.Logging.TraceSource (1)
TraceSourceLoggerProvider.cs (1)
14[ProviderAlias("TraceSource")]
4 references to ProviderAliasAttribute
Microsoft.Extensions.Logging (1)
Properties\TypeForwards.cs (1)
5[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Extensions.Logging.ProviderAliasAttribute))]
Microsoft.Extensions.Logging.Abstractions (3)
ProviderAliasAttribute.cs (3)
13/// <para>The <see cref="ProviderAliasAttribute"/> provides for specifying a second, additional, more concise and user-friendly configuration section name for specifying filter rules.</para> 14/// <para>The logging provider type's <see cref="System.Reflection.Assembly.FullName"/> can still be used as configuration section name when the <see cref="ProviderAliasAttribute"/> is specified for the provider, and its configuration section filtering rules have priority over the filtering rules specified for the alias. 21/// Creates a new <see cref="ProviderAliasAttribute"/> instance.