Shared Terminal widget across devices

Is there a way to share a terminal widget for use by multiple devices? It’d be great to have a common log terminal for all of my project’s devices which could display time-coordinated events.

The terminal Widget can be fed info exactly the same way as any other widget, via Blynk.virtualWrite(vPin, data)

So sending the same data to the one terminal, or many terminals across different devices is as easy as Bridge across projects or Device Selector with multi-devices per project. Even via API if you want.