Default constructor which initializes the streamer and sets the device which is used for the output
Queue< std::string > fQueueFile
Mutex securing output to fWindow.
bool WriteFile(const std::string &)
bool fEnableBacklog
Switch to toggle off physical output to the screen.
char * fPPtr
Buffer to store the data in.
static const int fgBufferSize
WINDOW * fWindow
Pointer to end of buffer.
const char * fEPtr
Pointer to present position in buffer.
bool fIsNull
Stream for redirection to a log-file.
char fBase[fgBufferSize+1]