ASP.NET Monsters #17 - Structured Logging with Serilog in ASP.NET Core

preview_player
Показать описание
In our previous episode we had a look at the built-in mechanisms which we are afforded by virtue of using ASP.NET Core. Now it's time to take a deeper look at a fundamental concept to modern logging - structured log messages - and how to take advantage of it. In this installment in our series, Monster James is diving into what it takes to use a third-party logging library and an HTTP logging service to capture serialized, structured logs. We'll look at an installation of Seq to capture the logs, and Serilog to push logs to the server. Follow @aspnetmonsters
Рекомендации по теме
Комментарии
Автор

Can you explane " A.ListOf<Person>(100) " ?

Phsika