Stream<LogEntry> get onEntryAdded => eventStream('Log.entryAdded', (WipEvent event) => LogEntry(event.json));