Releases: serilog/serilog-sinks-console
Releases · serilog/serilog-sinks-console
v3.0.1
Merge pull request #15 from serilog/dev 3.0.1 Release
v3.0.0
- #5 - output stream selection
- #8 - rewrite
- Coloring support, with custom
System.Consoleand ANSI themes {Properties}special output property support- JSON-styled output with
{Message:j}or{Properties:j}(enabled by default) - Un-quoted output with
{Message:l}(enabled by default) - Cleaner rendering of dictionary and structure values using the C#-style output formatter
LoggingLevelSwitchsupport
- Coloring support, with custom