Differentiate logging stdout vs stderr?

Hi!

(I'm still using FB6, so if anythings changed in FB7 let me know.)

 I'm in the situation where a command line toll will report tons of progress info to stdout that I don't care about but when an error occurs, I would very much like to log this error info. The error text is correctly sent to stderr, but ...

It seems in FB6 there is no way I can differentiate the logging btw. stdout and stderr. Is this true? Are there any workarounds?

I must say I find this highly surprising, but then, it's the first time I need it in over 5 years, so maybe it isn't that important a feature :-)

cheers,
Martin

It’s not possible in any of the standard actions, stdout and stderr are combined. In our experience, very few tools use stderror on windows, most just write everything to stdout, so it made sense for us to just combine the two for the built in actions. If you write a custom action however, you can control what gets sent to the log as it has separate methods for handling stdout and stderror.