Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@raldone01 raldone01 released this 08 Jul 10:20
· 3 commits to main since this release

Full Changelog: v1.1.1...v2.0.0

New features

Added a ConsoleRichSink which supports colors.

Breaking Changes

  • Sinks now extend LogSink which in turn extends LogPipe
  • Formatting is now handled by the sinks and no longer done by pipes.
  • Custom formatters must be adapted as the arguments changed.