↧
Serilog 2.0 short level names
Serilog renders plain text logs in a simple format with each event’s timestamp, level and message:2016-07-18 08:53:53.691 +10:00 [Information] Starting up at 07/18/2016 08:53:53 2016-07-18 08:54:23.716...
View ArticleSerilog 2.0 adventures with sub-loggers
The WriteTo.Logger() method pipes events from one Serilog logger into another. While this has been around since Serilog 1.3, some rough edges made it harder to configure correctly than it should have...
View Article