psmith 2003/12/18 13:34:32
Modified:src/java/org/apache/log4j/chainsaw Generator.java
Log:
This took a LONG time to track down, but having a thread
running forever while holding the syncronization lock is
clearly not a good idea!! :)
Revision ChangesPath
1.7 +1
psmith 2003/12/14 19:54:16
Modified:src/java/org/apache/log4j/chainsaw Generator.java
Log:
Ensured the Generator added the hostname property to the
generated events for consistency.
Revision ChangesPath
1.6 +1 -0 jakarta-log4j/src/java/org/apache/log4j/chain
psmith 2003/09/23 16:12:07
Modified:src/java/org/apache/log4j/chainsaw Generator.java
Log:
Lowered the priority of the thread used to generate events
to stop it from chewing too much CPU.
Revision ChangesPath
1.4 +1 -0 jakarta-log4j/src/java/org/apache/log4j
psmith 2003/09/21 23:57:04
Modified:src/java/org/apache/log4j/chainsaw Generator.java
Log:
Moved the Generator to post events into Log4j just like a real
Receiver would.
Revision ChangesPath
1.3 +12 -54jakarta-log4j/src/java/org/apache/log4j/chainsaw/Generato