Writes to the system console, using colour to emphasise levels and to highlight structured data within log messages.
The features of this sink have now been merged into the default Serilog console sink. We recommend using the console sink instead.
var log = new LoggerConfiguration()
.WriteTo.ColoredConsole()
.CreateLogger();
Or in XML app-settings format:
<add key="serilog:write-to:ColoredConsole" />
Copyright © 2016 Serilog Contributors - Provided under the Apache License, Version 2.0.