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)

| Platform | Console output | File output | Backtraces | |-:|-|:-:|-|-| | Native | stderr (colored!) | ✓ | backtrace feature | | Web | web console (colored!) | ✗ | backtrace feature |

Get started by creating a Settings and calling init.

Re-exports§

pub use log;

Structs§

Settings
Settings for the logger