tracing-subscriber 0.3.2
·
609 commits
to master
since this release
Fixed
- fmt: Fixed
MakeWriterfiltering not working withBoxMakeWriter
(#1694)
Added
- fmt:
Writer::has_ansi_escapesmethod to check if an output
supports ANSI terminal formatting escape codes (#1696) - fmt: Added additional ANSI terminal formatting to field formatters
when supported (#1702) - fmt: Added
FmtContext::span_scope,FmtContext::event_scope,
andFmtContext::parent_spanmethods for accessing the current span
and its scope when formatting an event (#1728) - fmt: Improved documentation on implementing event formatters (#1727)