|
Description:
|
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! |