What replaced the old DOUT?
I'm working on sending debug code upstream and one of the things I
want to add is circular buffering for debug output. This is a real
help when processing large files.
So I need a stream that can act differently than errs(). Should I just
create one?
-Dave