Expand description
tracing integration: RlgSubscriber and optional RlgLayer.
Integration with the tracing ecosystem.
Provides both a standalone RlgSubscriber and, behind the
tracing-layer feature, a composable RlgLayer.
Structsยง
- RlgLayer
- A composable [
tracing_subscriber::Layer] that routes events into the RLG engine. - RlgSubscriber
- A
tracing::Subscriberthat routes events to theRLGengine.