pub fn pipe(sink: Option<Arc<dyn Sink>>)
Receives an Option with an Arced Sink trait reference and installs it as a log sink / receiver. The sink can be later disabled by invoking pipe(None)
Arc
Sink
pipe(None)