Is there a way in Java AppEngine to list all the active Loggers?
I'd like to create a JSP to batch edit the log levels of all current loggers, without deploying any files.
The problem is that LogManager
class is not supported in GAE, so all these examples are not useful
Any ideas?