Function get_mock_writer_layer

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