Crate zerolog

Crate zerolog 

Source

Macros§

log
span

Structs§

Log
Span
SpanBuilder

Enums§

LogLevel

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