Macros§
Structs§
Enums§
Functions§
- disable_
logging - install_
panic_ hook - Installs a panic hook that prints the span trace before the default panic output. Call this once at the start of your program to enable span trace on panics.
- print_
span_ trace - Prints the current span stack trace to both stdout (JSON) and stderr (human-readable). Useful for debugging panics or understanding the current execution context.
- set_
min_ log_ level