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

A TracingFormatter that just returns an Events “message” field, if present (fails otherwise). It doesn’t respond to any other events.

Enums

Traits

Format tracing Spans & Events to UTF-8-encoded strings & syslog priorities.