From the course: ASP.NET Core: Health Checks and Logging

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Summary of ASP.NET logging

Summary of ASP.NET logging - ASP.NET Core Tutorial

From the course: ASP.NET Core: Health Checks and Logging

Start my 1-month free trial

Summary of ASP.NET logging

- [Instructor] This concludes my coverage of ASP.NET Core logging features. You saw that ILogger support is already there. It's baked into the templates and you can use it right away with no or minimal configuration. The Log method, and its friends, such as log information, log critical, et cetera, they can log messages with a log level. We can use scopes, we can log exceptions, we can log placeholders, so a lot of features included. And we can log almost anywhere, including to files or to the Azure Cloud. Many more details and a lot of additional information is available in the official documentation Microsoft provides. I put you the link here, so if there's anything more you're interested in or the specifics of the APIs, this is your starting point for further experiments.

Contents