Module ptth_core::prelude[][src]

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.

trace

Constructs an event at the trace level.

warn

Constructs an event at the warn level.

Attribute Macros

instrument

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