Skip to content

Releases: serilog/serilog-sinks-console

v3.0.1

23 Jun 00:15

Choose a tag to compare

Merge pull request #15 from serilog/dev

3.0.1 Release

v3.0.0

21 Jun 02:27

Choose a tag to compare

  • #5 - output stream selection
  • #8 - rewrite
    • Coloring support, with custom System.Console and 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
    • LoggingLevelSwitch support

v2.1.0

05 Jul 10:01

Choose a tag to compare

  • #3 - accept custom formatters