[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster] about Log & Jutils



Cyrille Giquello wrote:

hello

A question about Log :

I would like to have a LogDeviceFile that logging trace, call, etc ...
and another LogDeviceFile that logging only error & warning.

in Log.java you can set the loglevel for da LogChannel but not for each LogDevice.
Is it possible ? Is Jutils.Log has this behavior ? What is the philosophy to do that ?


Thanks,
Cyrille

cat xx.log | grep -E "TRACE|DEBUG|CALL" > trace.log; cat xx.log | grep -E "ERROR|WARN" > error.log

regards,

Marcel