Logging is a crucial part of any application, especially for large
applications logging is very important in production environment where
debugging is not straight forward. The Asp.Net Core framework provides built-in
support for logging.
In Asp.Net Core logging support is provided by the Microsoft.Extensions.Logging namespace. This namespace provides the following classes and interfaces to support Logging.
In Asp.Net Core logging support is provided by the Microsoft.Extensions.Logging namespace. This namespace provides the following classes and interfaces to support Logging.