Crate multiline_logger

Source
Expand description

Repository Crates.io docs.rs MIT OR Apache-2.0

Fancy lightweight debug output:

  • Not excessively dynamic but still configurable
  • Logs messages and crashes
  • Looks very nice (in my opinion)
PlatformConsole outputFile outputBacktraces
Nativestderr (colored!)backtrace feature
Webweb console (colored!)backtrace feature

Get started by creating a Settings and calling init.

Re-exports§

pub use log;

Structs§

Backtrace
System-agnostic backtrace type
Panic
Panic handler information. This structure will change with updates!
Settings
Settings for the logger

Enums§

ThreadName
Name / Id of a thread