Skip to main content

LogLayer

Type Alias LogLayer 

Source
pub type LogLayer = Box<dyn Layer<Registry> + Send + Sync>;
Expand description

A boxed tracing-subscriber layer, installable into the CLI’s reloadable subscriber slot to forward the process’s own log events over OTLP.

Aliased Type§

pub struct LogLayer(/* private fields */);