Expand description

Primitives for mapping tracing entities to syslog messages.

TracingFormatter implementations handle encoding Events and Spans into text. This module provides at this time only a single implementation: TrivialTracingFormatter that simply extracts the “message” field from Events.

Structs

Enums

Traits