Function holochain_trace::standard_layer

source ·
pub fn standard_layer<W, S>(writer: W) -> Result<impl Layer<S>, TracingError>
where W: for<'w> MakeWriter<'w> + Send + Sync + 'static, S: Subscriber + Send + Sync + for<'span> LookupSpan<'span>,
Expand description

Return a subscriber builder directly, for times when you need more control over the produced subscriber