I got confused by the usage of the term "log" (and the word gets used so much in many pages that I hit semantic satiation).<p>> When you log data to the Rerun SDK, Rerun handles everything needed to visualize it. It handles live streams from multiple processes across the network, as well as simple playback from recordings. That means taking care of serialization, transport, synchronizing streams, out-of-order data, and automatically constructing visualizations with sane defaults.<p>so is "record" / "recording" the right concept? When I think of logging I think of <i>exactly</i> lines in a text file (or maybe the "log" from a logging filesystem).