Hi all,

i have a multi-threaded application that needs to log to a single log file, and
am wondering which of the following would yield better performance:

1. Keeping several org.apache.log4j.Logger instances, one for each thread,
configured using the same properties file (and hence all log to the same log
file).

2. Use a single org.apache.log4j.Logger instance for every thread.

Advice, please?



Thanks in Advance,
Edwin



      
__________________________________ 
Yahoo! Movies - Search movie info and celeb profiles and photos. 
http://sg.movies.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to