Serilog is a structured logging library for .NET.
It's also my preferred logging library in the projects I'm developing.
Serilog supports many logging destinations called Sinks. The log destinations range from console and file sinks to managed loggin...