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
There is almost no information / clarity on what flush() should do and if it's called by any of the macros in this crate. I think it should say something like:
This method isn’t called automatically by the log! macros. It can be called manually at shutdown.
The text was updated successfully, but these errors were encountered:
AldaronLau
changed the title
Add "For Implementers" For log::flush()
Add "For Implementers" In Documentation For Log::flush()Jul 30, 2022
Resolvedrust-lang#522
* Add dep tracing v0.1.37 to binstalk
* Use `tracing` instead of `log` for logging in binstalk
* Rm dev dep `env_logger` since `log` is no longer used
* Rm unused dep `log` from binstalk
* Replace use of `log` with `tracing` in crates/bin
* Enable feat std of dep log in crates/bin
* Add dep tracing v0.1.37 to binstalk-downloader
* Replace use of `log` with `tracing` in binstalk-downloader
* Rm unused dep `log` from binstalk-downlaoder
* Wrap `ops::{install, resolve}` in `tracing::instrument`
* Wrap `Download::and_{extract, visit_tar}` in `instrument`
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
There is almost no information / clarity on what
flush()
should do and if it's called by any of the macros in this crate. I think it should say something like:This method isn’t called automatically by the
log!
macros. It can be called manually at shutdown.The text was updated successfully, but these errors were encountered: