Update src/roadmaps/aspnet-core/content/108-log-frameworks/100-serilog.md

pull/3294/head
Kamran Ahmed 2 years ago committed by GitHub
parent aaf4b61845
commit c3bf2716d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/roadmaps/aspnet-core/content/108-log-frameworks/100-serilog.md

@ -1,5 +1,7 @@
# Serilog
Serilog is a third-party logging library for ASP.NET Core that allows developers to easily create structured and searchable log data. It is built on top of the `Microsoft.Extensions.Logging` framework, which is included in ASP.NET Core. Serilog provides features such as automatic logging of request and response data, and the ability to write logs to a variety of destinations, including the console, files, and various logging services. It also supports for filtering and formatting log messages.
For more resources, visit the following links:
- [How to Work with Serilog in ASP.NET?](https://www.codeguru.com/dotnet/serilog-c-sharp/)

Loading…
Cancel
Save