pub fn set_broadcast_hook(sender: LogBroadcastSender)Expand description
Install a process-wide broadcast sender. Calling again replaces the
previous one (the old sender will be dropped — its Receivers will
see RecvError::Closed on their next read).