-
Couldn't load subscription status.
- Fork 97
slog v2
Dawid Ciężarkiewicz edited this page Mar 8, 2017
·
28 revisions
- Refactored key-value pairs traits and structures
- Renamed some types
- Support chaining of
OwnedKVLists - Added associated
Oktype toDrain - Refactored
Recordto optimize performance on async operations - Minimal rustc version required:
1.15.0 -
DrainExthas been removed and utility methods moved directly toDrain
-
slog-extrahas been renamed toslog-asyncsince that's the only functionality it contained. -
slog-streamis obsoleted and won't be used inslog v2at all. It was a wrong abstraction.Decoratorsfunctionality will be moved directly toslog-term. -
slog-termwill provide openiotraits to allow multiple terminal / file writing backends.