🛈 Note: This is pre-release documentation for the upcoming tracing 0.2.0 ecosystem.

For the release documentation, please see docs.rs, instead.

tracing_core

Module metadata

Source
Expand description

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.