Thomasdezeeuw / std-logger

A logging implementation for the log crate that logs messages to standard error and requests to standard out.
https://docs.rs/std-logger
Apache License 2.0
9 stars 2 forks source link

Use std::backtrace::Backtrace #25

Closed Thomasdezeeuw closed 3 years ago

Thomasdezeeuw commented 4 years ago

Once it becomes stable: https://github.com/rust-lang/rust/issues/53487.

Thomasdezeeuw commented 3 years ago

Pr #31 uses it behind the nightly feature.