Mantis - Resin
Viewing Issue Advanced Details
1124 feature always 05-18-06 13:11 05-30-06 10:34
eahollin  
ferg  
normal  
closed 3.0.19  
fixed  
none    
none 3.0.20  
0001124: Incomplete java.util.logging implementation?
In Resin 2.1.x, we used the java.util.logging API to dynamically display and change the configured Loggers and corresponding Levels. Now in Resin 3.0.x, it appears Resin is extending/overriding the functions of the java.util.logging package. However, Resin's custom LogManager extension class does not appear to provide an overridden version of the getLoggerNames() method. As a result, we cannot pull an Enumeration of Loggers so that we can dynamically manipulate their levels.

Is an overridden version of getLoggerNames() expected in a future release? Thanks!

Notes
(0001249)
ferg   
05-30-06 10:34   
server/023f