void SetOutputStream(OEPlatform::oeostream &ofs)
The SetOutputStream
method can be used to specify the output
stream that diagnostic messages are written to when no custom
error handler has been specified. By default, all messages are
written to OEPlatform::oeerr
. This function can be used to
redirect this output to either a file stream or a string stream.