Open Rick-Anderson opened 4 months ago
Microsoft.AspNetCore
: Logs from the ASP.NET Core framework components, such as hosting, routing, and middleware.
Microsoft.AspNetCore.DataProtection
Microsoft.AspNetCore.DataProtection
: Logs from the data protection system, including key management, encryption operations, and which keys were considered, found, and used.Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager
: Logs specific to the XML key manager, including key storage and retrieval.Microsoft.AspNetCore.HostFiltering
Microsoft.AspNetCore.HostFiltering
: Hosts allowed and denied by the host filtering middleware.Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware
: Logs related to the host filtering middleware, including allowed and denied hosts.Microsoft.AspNetCore.HostFiltering.HostFilteringOptions
: Logs concerning options for the HostFiltering middlewareMicrosoft.AspNetCore.Hosting
Microsoft.AspNetCore.Hosting.Lifetime
:Logs related to the lifecycle of the web host, including starting and stopping events.Microsoft.AspNetCore.Hosting.Diagnostics
: Logs diagnostics information, such as application startup and shutdown.Microsoft.AspNetCore.Hosting.RequestDelegate
: Logs related to the handling of HTTP requests by the application pipeline.Microsoft.AspNetCore.Hosting.Internal.WebHost
: Internal logs from the web host, useful for debugging host-related issues.Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor
: Logs concerning the execution of hosted services by the web host.Microsoft.AspNetCore.HttpsPolicy
Microsoft.AspNetCore.HttpsPolicy
: Logs from HTTPS redirection middleware, policy enforcement and and HTTP Strict-Transport-Security (HSTS).Microsoft.AspNetCore.HttpsPolicy.HstsMiddleware
: Logs specific to HTTP Strict-Transport-Security (HSTS) middleware processing.Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware
: Logs related to HTTPS redirection middleware execution.Microsoft.AspNetCore.HttpsPolicy.HstsOptions
: Logs concerning HSTS policy configuration and enforcement.Microsoft.AspNetCore.Http
Microsoft.AspNetCore.Http.ConnectionLogging
:Logs related to HTTP connections, including connection establishment and termination.Microsoft.AspNetCore.Http.DefaultHttpContext
: Logs related to the creation and usage of HttpContext instances.Microsoft.AspNetCore.Http.Endpoints.EndpointMiddleware
: Logs about endpoint routing and middleware execution.Microsoft.AspNetCore.Http.Response
: Logs related to HTTP response processing.Microsoft.AspNetCore.Routing
Microsoft.AspNetCore.Routing.EndpointMiddleware
: Logs related to the routing of HTTP requests to endpoints.Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware
: Logs about the endpoint routing middleware handling requests.Microsoft.AspNetCore.Routing.Matching.DataSourceDependentMatcher
: Logs concerning route matching and selection of endpoints.Microsoft.AspNetCore.Routing.Matching.DfaMatcher
: Logs specific to the DFA (Deterministic Finite Automaton) routing matcher.Microsoft.AspNetCore.Server.Kestrel
Microsoft.AspNetCore.Server.Kestrel
: Logs from the Kestrel web server, covering connection handling and request processing.
Microsoft.AspNetCore.Server.Kestrel.Core
: Logs related to core Kestrel operations, such as configuration and resource management.Microsoft.AspNetCore.Server.Kestrel.Transport
: Logs specific to network transport layers used by Kestrel.Microsoft.AspNetCore.Mvc
Microsoft.AspNetCore.Mvc
: General logs from MVC framework components, including controller and action execution.Microsoft.AspNetCore.Mvc.Infrastructure
: Logs related to the infrastructure and support services for MVC, such as model binding and action filters.Microsoft.AspNetCore.Mvc.ModelBinding
: Logs concerning model binding operations and data validation.Microsoft.AspNetCore.Mvc.Filters
: Logs about the execution of action filters and filter pipelines.Microsoft.AspNetCore.Mvc.Razor
: Logs specific to Razor view rendering and compilation.Microsoft.AspNetCore.Mvc.ViewFeatures
: Logs concerning view rendering and related features like view components and tag helpers.Microsoft.AspNetCore.Authentication
Microsoft.AspNetCore.Authentication
: Logs from the authentication middleware and services, including authentication scheme handling.Microsoft.AspNetCore.Authentication.Cookies
: Logs specific to cookie-based authentication.Microsoft.AspNetCore.Authentication.JwtBearer
: Logs related to JWT Bearer token authentication.Microsoft.AspNetCore.Authentication.OpenIdConnect
: Logs concerning OpenID Connect authentication processes.Microsoft.AspNetCore.Authentication.OAuth
: Logs related to OAuth authentication and authorization flows.Microsoft.AspNetCore.Authorization
Microsoft.AspNetCore.Authorization
: Logs related to authorization operations, including policy evaluation and decision making.Microsoft.AspNetCore.Authorization.DefaultAuthorizationService
: Logs about the default Microsoft.AspNetCore.Identity
Microsoft.AspNetCore.Identity
: Logs from the ASP.NET Core Identity framework, including user management and identity operations.Microsoft.AspNetCore.Identity.RoleManager
: Logs related to role management operations.Microsoft.AspNetCore.Identity.UserManager
: Logs concerning user management activities and lifecycle events.Microsoft.AspNetCore.SignalR
Microsoft.AspNetCore.SignalR
: Logs from the SignalR framework, including hub connections and message handling.Microsoft.AspNetCore.SignalR.Hub
: Logs specific to hub invocation and message dispatching.Microsoft.AspNetCore.SignalR.Transports
: Logs related to transport mechanisms used by SignalR.Microsoft.AspNetCore.Cors
Microsoft.AspNetCore.Cors
: Logs related to Cross-Origin Resource Sharing (CORS) middleware and policy evaluation.Microsoft.AspNetCore.Cors.Infrastructure
: Logs concerning CORS policy configuration and enforcement.Microsoft.AspNetCore.Diagnostics
Microsoft.AspNetCore.Diagnostics
: Logs about diagnostics and error handling middleware, including exception handling and status code pages.Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
: Logs specific to developer exception page middleware processing.Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware
: Logs related to exception handling and error response generation.Microsoft.AspNetCore.Diagnostics.StatusCodePageMiddleware
: Logs related to status code page middleware and response handling.Microsoft.AspNetCore.StaticFiles
Microsoft.AspNetCore.StaticFiles
: Logs from the static files middleware, including file serving and cache operations.Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware
: Logs related to static file middleware execution and file response handling. "Microsoft.AspNet.Authentication.Cookies": "",
"Microsoft.AspNet.Diagnostics.Entity": "",
"Microsoft.AspNet.Identity.EntityFramework": "",
"Microsoft.AspNet.IISPlatformHandler": "",
"Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Mvc.TagHelpers": "",
"Microsoft.AspNet.Server.Kestrel": "",
"Microsoft.AspNet.StaticFiles": "",
"Microsoft.AspNet.Tooling.Razor": "",
"Microsoft.Extensions.CodeGenerators.Mvc": "",
"Microsoft.Extensions.Configuration.FileProviderExtensions": "",
"Microsoft.Extensions.Configuration.Json": "",
"Microsoft.Extensions.Configuration.UserSecrets": "",
"Microsoft.Extensions.Logging": "",
"Microsoft.Extensions.Logging.Console": "",
Description
Get close to compressive list and show how to find all categories. Part of #32851
Description
It should be moved just above Log in Program.cs
Page URL
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/logging/?view=aspnetcore-8.0
Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/fundamentals/logging/index.md
Document ID
726e3bf1-f367-d733-8933-bccc04da0e16
Article author
@tdykstra
Associated WorkItem - 289452