| Article: |
Understanding Classloaders: log4j in a J2EE Environment | |
| Subject: | You still haven't addressed the most important thing.... | |
| Date: | 2003-04-17 20:29:02 | |
| From: | gvix | |
|
Response to: You still haven't addressed the most important thing....
|
||
|
Hi Taylor,
|
||
Showing messages 1 through 2 of 2.
-
You still haven't addressed the most important thing....
2004-11-08 16:07:23 new_one [View]
-
Event Logging useing LOG4J
2005-08-05 06:38:41 S.SINGH [View]
Hi Vikram,
From Architecture point of view what could be the best practices to Log4J. What are diffrent norms we should follow to acheive architectural goal (Performance /scaling, etc)
How Log4j (Appender)writes event messages to a log file ? It collects certain meessage in buffer and then write in one I/O ?? or For every even log it make one I/O ??
How we can minimise the I/O calss ??
Regards,
SS



I am not sure if this related to the above msg.
I see a problem where log4j is logging into log files randomly . means it writes couple of
lines and suddenly it over-writes on previous entries.
is it because of multiple JVM's or mulitple processes or
can it happen in single JVM or single process.
is it thread safe?
How it fix this scenario
thanks
kumar