🛈 Note: This is pre-release documentation for the upcoming tracing 0.2.0 ecosystem.

For the release documentation, please see docs.rs, instead.

Crate tracing_macros

Source

Macros§

  • Similar to the std::dbg! macro, but generates tracing events rather than printing to stdout.
  • Alias of dbg! for avoiding conflicts with the std::dbg! macro.