Posted By:
Vineet_Aggarwal
Posted On:
Wednesday, October 6, 2004 12:25 PM
Hi,
I've recently heard complaints from users of an application I developed in which I used log4j to log trace and error messages. They seem to be missing certain messages from the logfiles. We use asynchronous logging. What I'm wondering is if I log a message asynchronously and then make a call immediately afterwards to System.exit(), is it possible that the log message will never get logged?
Thanks for any insight anyone may have...
Vineet