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 3 forks source link

Implement log-panic feature using std::backtrace #31

Closed Thomasdezeeuw closed 3 years ago

Thomasdezeeuw commented 3 years ago

This adds a nightly feature to allow us to experiment with nightly features of the compiler/std lib.