You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* log: deprecate `TraceLogger`
This deprecation was discussed in
#369 (comment).
This API should not be used, as the `tracing` crate's `log` and
`log-always` features provide better implementations of the same
functionality, and the implementation here contains some deadlocks that
make it unusable in real-world use-cases.
Closes#369
Signed-off-by: Eliza Weisman <[email protected]>
* log: minor readme tweaks
- Improve list of provded APIs
- Remove Gitter
Signed-off-by: Eliza Weisman <[email protected]>
* log: prepare to release 0.1.1
### Deprecated
- `TraceLogger` (use `tracing`'s "log" and "log-always" feature flags instead)
### Fixed
- Issues with `log/std` feature flag (#406)
- Minor documentation issues (#405, #408)
* fix deprecation warning on reexport
* rustfmt
Signed-off-by: Eliza Weisman <[email protected]>
0 commit comments