Skip to main content

Module metadata

Module metadata 

Source
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. Metadata describing trace data.

Structsยง

Kind
Indicates whether the callsite is a span or event.
Level
Describes the level of verbosity of a span or event.
LevelFilter
A filter comparable to a verbosity Level.
Metadata
Metadata describing a span or event.
ParseLevelError
Returned if parsing a Level fails.
ParseLevelFilterError
Indicates that a string could not be parsed to a valid level.