pub fn accumulating_layer(log: AccumulatingLog) -> CallbackLayer
Expand description
Returns a layer that accumulates OwnedEvent
into a shared vector.
This can be useful for testing and achives something similar to what the
tracing_test crate does but without the extra function injections.