Logging
ASP.NET Core supports a logging API that works with a variety of built-in and third-party logging providers.
Write logs from anywhere in an app's code by getting an ILogger
object from DI and calling log methods.
Last updated
ASP.NET Core supports a logging API that works with a variety of built-in and third-party logging providers.
Write logs from anywhere in an app's code by getting an ILogger
object from DI and calling log methods.
Last updated
For more info see .