It would be nice to be able to dynamically filter the log data. This has a few implications in the architecture, since we need to store the running log in a variable, rather than in the DOM, as the primary point of truth. But that's for the best anyways, since it will open up opportunities down the road for more clever log formatting (expandable lines, etc.)
It would be nice to be able to dynamically filter the log data. This has a few implications in the architecture, since we need to store the running log in a variable, rather than in the DOM, as the primary point of truth. But that's for the best anyways, since it will open up opportunities down the road for more clever log formatting (expandable lines, etc.)