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.
- 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.