Event logging
This commit is contained in:
parent
e815e5b439
commit
239484c3bc
5 changed files with 187 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue