Marcel Ruff wrote:
Cyrille Giquello wrote:
cat xx.log | grep -E "TRACE|DEBUG|CALL" > trace.log; cat xx.log | grep -E "ERROR|WARN" > error.loghello
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
;o) Thanls Marcel, I know that ... ;o)
It's not what I need.
2 stories are :
Cyrille