costin 01/08/20 21:52:17
Modified:src/share/org/apache/tomcat/util/log Log.java
LogHandler.java LogManager.java
Log:
Few fixes here. The changes in startup showed few obscure bugs on log initialization.
Note that LogManager is used as a guard on all sen
costin 01/02/19 11:49:48
Modified:src/share/org/apache/tomcat/util/log Log.java
Log:
Missed this one - flush() must be defined in Log.
Revision ChangesPath
1.3 +5 -1 jakarta-tomcat/src/share/org/apache/tomcat/util/log/Log.java
Index: Log.java
=
costin 01/02/02 21:29:50
Modified:src/share/org/apache/tomcat/util/log Log.java
Log:
Small change in Log, to allow future improvements ( if needed ) without
chaging the core.
Log has the methods used by tomcat.core and modules - QueueLogger and
DefaultLogger are simple imp