Expand description
Shared helper for notification atoms that are pure sky-event relays.
Many Cocoon → Mountain notification atoms do exactly two things:
ApplicationHandle.emit(sky_event, Parameter)dev_log!(tag, "...")
This function collapses that pair so each such atom is a one-liner.
SkyEvent- thesky://…Tauri event name.LogTag- the dev-log tag ("grpc","output-verbose", …).LogLine- pre-formatted message; skipped when empty.