Skip to main content

Module logging

Module logging 

Source

Modules§

instrument
Attach a span to a std::future::Future.

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.
info_span
Constructs a span at the info level.
log_error
trace
Constructs an event at the trace level.
warn
Constructs an event at the warn level.

Functions§

init_logging

Attribute Macros§

instrument
Instruments a function to create and enter a tracing span every time the function is called.