Skip to main content

Crate miden_node_tracing_macro

Crate miden_node_tracing_macro 

Source

Macros§

debug
Emits a debug-level event.
error
Emits an error-level event with a complete error report.
info
Emits an info-level event.
miden_span_record
Records canonical attributes on the current miden_instrument span.
trace
Emits a trace-level event.
warn
Emits a warning-level event.

Attribute Macros§

miden_instrument
Instruments a function using canonical tracing attributes.