Expand description
Proc-macro wrapper around tracing::instrument that enforces skip_all by default.
Use via the bitwarden_logging::instrument
re-export rather than depending on this crate directly.
Constants§
Attribute Macros§
- instrument
- Drop-in replacement for
#[tracing::instrument]that defaults toskip_all, making field logging opt-in.