[xep-support] Status output going to STDERR?

David Tolpin dvd at renderx.com
Sun Mar 9 14:13:46 PST 2003


> Unfortunately, it appears that all XEP status messages are going to 
> STDERR.  I don't know if this is an XEP choice, a Java choice, or 
> something we can change through some command-line option....  Is there 
> a way to get only errors to go to STDERR and everything else to STDOUT?

XEP uses SAX interface to pass messages to the logger. A custom logger
can be written and passed to the engine. One needs access to Java API
to implement the functionality. 

Alternatively, you can just pipe the output through a filter, parse it
and redirect everything besides errors and warnings to stdout.

David
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list