Hello Forum,

I am nearly happy with Commons Logging,
using log4j on the server (JBoss) and
java.util.logging on the client.

My problem: the default logger from
java.util.logging writes everything into
System.err, even "info" messages.
I would prefer to habe "info" messages on
System.out and "error" on System.err.
Can I somehow configure this in Commons
Logging? Can this be done easily?
I didn't find anything about it in the manual.

thanx!
Marcus


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to