Crate tracing_ez

Source

Modules§

tracing_span
Spans represent periods of time in which a program was executing in a particular context.

Macros§

debug
Constructs an event at the debug level.
error
Constructs an event at the error level.
info
Constructs an event at the info level.
span
tracing_span
Constructs a new span.
warn
Constructs an event at the warn level.

Structs§

Level
Describes the level of verbosity of a span or event.

Functions§

set_global_default_stderr
According to tracing-subscriber docs, init() is supposed to panic if another subscriber is already set. However, it does not. Instead, right now, the first subscriber is used (not the last).
set_global_default_stdout
According to tracing-subscriber docs, init() is supposed to panic if another subscriber is already set. However, it does not. Instead, right now, the first subscriber is used (not the last).