Crate vacro_trace_macro

Crate vacro_trace_macro 

Source

Macros§

debug
Logs a Debug level message.
error
Logs an Error level message.
info
Logs an Info level message.
log
Generic log macro.
snapshot
Capture a TokenStream snapshot. Records the current token state for inspection in vacro-cli. If called multiple times with the same tag, it will automatically show a Diff. Usage: snapshot!("tag", tokens)
trace
Logs a Trace level message.
warn
Logs a Warn level message.

Attribute Macros§

instrument
Function instrumentation attribute. Automatically traces function entry and exit, and logs argument information.