A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
see line 256:
https://github.com/dotnet/aspnetcore/blob/main/src/DefaultBuilder/src/WebApplicationBuilder.cs#L256
it configures and adds logging as a service. many components are configured to call logging if the service is configured.
note the default logger is the console logger