pub async fn handle_log(
event_mgr: &impl EventBackend,
ws_mgr: &impl WorkspaceBackend,
event_type: LogEventType,
message: &str,
task: Option<i64>,
format: &str,
) -> Result<()>Expand description
Handle ie log command.
pub async fn handle_log(
event_mgr: &impl EventBackend,
ws_mgr: &impl WorkspaceBackend,
event_type: LogEventType,
message: &str,
task: Option<i64>,
format: &str,
) -> Result<()>Handle ie log command.