.NET logging: Setup, configure and write a log with ILogger (uses .NET Core)

Опубликовано: 13 Март 2022
на канале: Round The Code
51k
379

To configure .NET logging, the ILogger interface can be used when building an ASP.NET Core application in C

With .NET Core, the Microsoft.Extensions.Logging NuGet package provides us with a number of extension methods that allows us to log at different levels.

With the ILogger interface, we can use a logging provider which logs to a particular format. There are a number of logging providers available including log4net and Serilog.

In-addition, we can also build a custom logging provider that allows us to build a .NET logging library and allows us to format a log in the way we want it written.

This video looks at writing a log, the different log levels and how to set the severity for an assembly, and how to configure writing logs for different custom providers. By watching the video, it will give you an idea on the best practices for logging, and will give you an idea on how to use it for your framework.

Learn .NET and C# with our online courses


► More information:

► Chapters
0:00 Coming up...
0:06 ASP.NET Core logging overview
0:44 How logging works in ASP.NET Core
3:23 Logging providers
5:18 Why logging is important


Смотрите видео .NET logging: Setup, configure and write a log with ILogger (uses .NET Core) онлайн без регистрации, длительностью 05 минут 42 секунд в хорошем hd качестве. Это видео добавил пользователь Round The Code 13 Март 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 51 тысяч раз и оно понравилось 37 людям.