pub fn LogSkyEmit<R: Runtime, P: Serialize + Clone>(
Handle: &impl Emitter<R>,
Channel: &str,
Payload: P,
) -> Result<()>Expand description
Emit a tagged log line around any ApplicationHandle::emit. Returns
the same Result as the underlying emit so callers using
let _ = … / ? / if let Err(e) = … keep their existing shape.