Crate log_panics [] [src]

A crate which logs panics instead of writing to standard error.

The format used is identical to the standard library's. If the with-backtrace Cargo feature is enabled, a backtrace will be printed along with the panic message.

Functions

init

Initializes the panic hook.