I am not quite shure what you want to do. Do you want to leave all 
System.out.println calls in your code? If so, you do not need log4j to redirect 
them. Just redirect the System.out Outputstream to a stream of your like.
If you want to use log4j, you have to replace all System.out calls with the 
appropriate log4j calls, and configure the desired appenders through the 
configuration file. 
Heri

-----Ursprüngliche Nachricht-----
Von: Ariel [mailto:isaacr...@gmail.com] 
Gesendet: Freitag, 26. Dezember 2008 15:29
An: log4j-user@logging.apache.org
Betreff: [SPAM (Bayesain Analysis)] - I need to make logging in a complete 
application - Bayesian Filter detected spam

Hi everybody:

I am newbie with log4j, I have made a distributed and multithreaded application 
where all the logging is made displaying de mesagges in the console using 
System.out.println. Now I want to redirect those messages to a file to have a 
trace of all the messages. Is there anyway to telling log4j that all the 
System.out messages write them into a file ???
Please could you help me ?
Regards
Ariel


---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-user-h...@logging.apache.org

Reply via email to