!7 module VMBusSnooper > DynPrintLog { start { ownResource(vmBus_onAnyMessage(voidfunc(S msg, O arg) { if (arg instanceof O[]) arg = joinWithComma(allToString((O[]) arg)); print(localTimeWithSeconds() + shorten(" Bus event: " + msg + " " + arg, 200)); })); } }