#include <ZStream_Tee.h>
Inheritance diagram for ZStreamW_Tee:
ZStreamW_Tee takes a pair of write streams and echoes whatever is written to it to both of them. This makes it easy to, say, log all output to a network to the screen or a file as well. The stream will be writable so long as at least one of the write streams is writeable.