Skip to main content

Crate bitwarden_logging_macro

Crate bitwarden_logging_macro 

Source
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§

REJECT_MSG 🔒

Attribute Macros§

instrument
Drop-in replacement for #[tracing::instrument] that defaults to skip_all, making field logging opt-in.