Skip to content

Releases: serilog/serilog-sinks-console

v6.0.0

09 Jun 22:13
4c9a7b6
Compare
Choose a tag to compare

v5.0.1

28 Nov 20:32
33be844
Compare
Choose a tag to compare

v5.0.0

09 Nov 06:51
4f61421
Compare
Choose a tag to compare

v4.1.0

06 Sep 00:59
565c284
Compare
Choose a tag to compare

v4.0.1

19 Nov 00:05
37f02f5
Compare
Choose a tag to compare
  • #120 - don't wrap newlines following themed exceptions in ANSI control sequences (@matkoch)
  • #114 - fix source formatting (@sungam3r)

v4.0.0

12 Jul 23:14
bdadace
Compare
Choose a tag to compare

v3.1.1

22 Oct 23:49
Compare
Choose a tag to compare

v3.1.0

11 Sep 04:59
Compare
Choose a tag to compare
  • #17 - SystemConsoleTheme.Colored

v3.0.1

23 Jun 00:15
Compare
Choose a tag to compare
Merge pull request #15 from serilog/dev

3.0.1 Release

v3.0.0

21 Jun 02:27
Compare
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