Module json_subscriber::fmt

source ·
Expand description

This module only provides compatibility with tracing-subscriber. The methods here are just copies that only use different types for the Subscriber and SubscriberBuilder.

Structs§

  • A Layer that logs JSON formatted representations of tracing events.
  • A type that can be used to create a Subscriber which collects tracing spans and events and emits them in JSON.
  • Configures and constructs Subscribers.

Functions§