Logging Tips in .NET Serilog Serilog is the most widely used logging framework in the .NET community, so I'll dedicate a section to explain how to use it. The example project is in Demo2.Console. Create a console application and include the following two packa…

