Function get_stderr_layer

Source
fn get_stderr_layer<S>(
    formatter: LogEventFormatter,
    directives: &str,
) -> Result<Box<dyn Layer<S> + Send + Sync + 'static>>
where S: Subscriber + for<'a> LookupSpan<'a>,