0
comment
comment
on 2/23/2018 6:27 PM
Logging in ASP NET Core with Serilog
At each stages of an application development cycle, good logs are necessary to debug and fix bugs efficiently.
Serilog is a logging framework allowing developers to log structured logs into different ouput platforms.
Today we will see how we can set it up in three parts
Serilog for ASP.NET Core
Console sink
Rolling File sink
Environment enricher
All the code