Event logging

This commit is contained in:
Alexey 2025-09-09 15:02:29 +03:00
commit 239484c3bc
5 changed files with 187 additions and 17 deletions

View file

@ -9,6 +9,7 @@ export component AppWindow inherits Window {
callback stop-event <=> record.stop-event;
callback chain-event <=> record.chain-event;
callback update-record-offset(int);
callback save-log;
update-record-offset(new-offset) => {
record.offset = new-offset;