pub fn tap_direct(stream: &str, subject: &str, data: Value)Expand description
Queue one event for a stream directly, bypassing family selection. The
audit sink uses this: audit records are chosen by audit.sink, not by the
runtime-event family list, and they go to their own stream.