Available on crate feature
tracing
only.Expand description
Re-export the tracing
crate to have access to tracing macros
like info!
, debug!
, trace!
and so on.
Events represent single points in time during the execution of a program.
Structsยง
- Event
Event
s represent single points in time where something occurred during the execution of a program.