Microsoft.Extensions.Logging.Console
provides a Console logger provider implementation for Microsoft.Extensions.Logging.
Documentation can be found at https://learn.microsoft.com/en-us/dotnet/core/extensions/logging.
To learn about our .NET 5 feature on how to control the format of console logs check out this documentation.
To learn about our .NET 6 feature on how to use a source generator to create log messages check out this documentation.
- We consider new features, new APIs, bug fixes, and performance changes
- We consider PRs that target this library for improvements to the logging source generator
The APIs and functionality are mature, but do get extended occasionally.
Microsoft.Extensions.Logging.Console is included in the ASP.NET Core shared framework. The package is deployed as out-of-band (OOB) too and can be referenced into projects directly.