spdlog-rs 0.5.3

Fast, highly configurable Rust logging crate, inspired by the C++ logging library spdlog
Documentation
1
2
3
4
5
6
7
error: macro `runtime_pattern` required to enable crate feature `runtime-pattern` for spdlog-rs
 --> tests/compile-fail/pattern-runtime-disabled.rs:4:5
  |
4 |     runtime_pattern!("{logger}");
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the macro `runtime_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)