!7 module VMBusSnooper > DynPrintLogAndEnabled { start { ownResource(vmBus_onAnyMessage(voidfunc(S msg, O arg) { if (!enabled) ret; if (arg instanceof O[]) arg = joinWithComma(allToString((O[]) arg)); print(localTimeWithSeconds() + " " + shorten(msg + (arg == null ? "" : " | " + arg), 200)); })); } }