Posted By:
D_Garcia
Posted On:
Friday, January 17, 2003 12:03 AM
Hi:
I have just starting using Log4j. Instead of using System.out.println(...) I use the Logger methods (debbug, info, ...). But, how can I control the messages written by other classes (not mine) if they use System.out.println(...)?. Can I redirect them, or cancel them?. Is it correct to use System.setOut(null)?.
Thanks in advance
David G.