Crate tracing_gum

source ·
Expand description

A wrapper around tracing macros, to provide semi automatic traceID annotation without codebase turnover.

Modules

Events represent single points in time during the execution of a program.

Macros

Print a debug level message.
Checks whether a span or event is enabled based on the provided metadata.
Print an error message.
Constructs a new Event.
Print a info level message.
Print a trace level message.
Print a warning level message.

Structs

Describes the level of verbosity of a span or event.