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 extendsLogPipe
- Formatting is now handled by the sinks and no longer done by pipes.
- Custom formatters must be adapted as the arguments changed.