Re: Fwd: Separate error logs

2009-02-09 Thread Chris Hostetter
: OK, so java.util.logging has no way of sending error messages to a separate : log without writing your own Handler/Filter code. : If we just skip over the absurdity of that, and the rage it makes me feel, FWIW: that's a slight mischaracterization of java.util.logging (JUL): the API & framework

Re: Fwd: Separate error logs

2009-02-06 Thread Marc Sturlese
Hey James, Your log use case remains me to mine... I wanted to use different log files fore different cores... for the moment there's no way to separate logs in different files (as far as I know). I sorted it using log4j. What I do is send the log data to the linux syslog (using syslog appender).