pub fn run_log<S: Storage>(
storage: &S,
event_type_arg: Option<String>,
json_payload: Option<String>,
framework_name: Option<String>,
) -> Result<LogResult>Expand description
Run the log command. This must be fast (<10ms) and never block the calling framework.
Returns information needed for optional transcript scanning.