Structs§
- Entered
Wrap - A wrapper around
tracing::span::Entered
that is notSend
. - Tracing
Config - Tracing
Context Layer - Tracing
Json Formatter - Tracing
Minimal Timer
Enums§
- Tracing
LogFormat - Tracing event log format.
- Tracing
Protocol
Traits§
- SpanExt
- Extensions for
tracing::Span
. - Tracing
Ext - Extensions for values used as fields in
tracing
macros.
Functions§
- info_
task_ spawn - Emits an info message that a task was spawned to backgroud.
- new_cid
- Creates a new possible unique correlation ID.
- warn_
task_ cancellation - Emits an warning that a task is exiting because it received a cancenllation signal.
- warn_
task_ rx_ closed - Emits an warning that a task is exiting because the rx side was closed.
- warn_
task_ tx_ closed - Emits an warning that a task is exiting because the tx side was closed.