Serilog Sinks Console Versions Save

Write log events to System.Console as text or JSON, with ANSI theme support

v5.0.1

4 months ago
  • #149 - update Serilog package dependency to 3.1.1 (@nblumhardt)

v5.0.0

5 months ago
  • #134 - optimize TimestampTokenRenderer (@sungam3r)
  • #135 - added tests (@sungam3r)
  • #137 - support upper and lower-case formatting for all level widths (@nblumhardt)
  • #142 - API approval tests (@sungam3r)
  • #141 - auditing support (@sungam3r)
  • #146 - support TraceId and SpanId placeholders, update to Serilog 3.1 (@nblumhardt)

v4.1.0

1 year ago
  • #124 - Sixteen theme (@stopdropandrew)

v4.0.1

2 years ago
  • #120 - don't wrap newlines following themed exceptions in ANSI control sequences (@matkoch)
  • #114 - fix source formatting (@sungam3r)

v4.0.0

2 years ago
  • #98 (@rafaelsc)
  • #99 (@rafaelsc)
  • #66 - binary-breaking change, adds the optional syncRoot parameter to WriteTo.Console() (@adamchester)
  • #95 (@rafaelsc)
  • #96 (@rafaelsc)
  • #80 (@megakid)
  • #77 (@tjaart)
  • #73
  • #72 (@SimonCropp)
  • #71 (@SimonCropp)
  • #69 (@nblumhardt)
  • #65 (@nblumhardt)
  • #63 (@teo-tsirpanis)
  • #62 (@TysonMN)
  • #61 (@vhatsura)
  • #55 (@sungam3r)
  • #52 (@tsimbalar)
  • #45 (@MaximRouiller)
  • #40 (@adamchester)
  • #38 (@adamchester)

v3.1.1

6 years ago
  • #25 - fix serilog/serilog#1045

v3.1.0

6 years ago
  • #17 - SystemConsoleTheme.Colored

v3.0.1

6 years ago

v3.0.0

6 years ago
  • #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

7 years ago
  • #3 - accept custom formatters