Open
Description
Thanks a lot for writing prodash
! Over in https://github.com/pantsbuild/pants, we have log formatting and construction that we'd like to stick with while considering moving to prodash::line
for rendering running work.
To do that without tearing down the UI for each "raw" stderr output, it seems like it might makes sense to support sending "raw" (unfiltered/unleveled) Messages
, which would not be interpreted by the renderer at all, except to dump them.
Would a patch to support un-interpreted Messages
be welcome? We would also likely need to add a message buffer to the root, to guarantee that there was a live buffer even when no work was being rendered.