Hello,
i just wanted to ask if there are any thoughts/plans about moving grizzly from
java.util.logging to something like slf4j?
We already had to adapt the current org.glassfish.grizzly.Grizzly.logger(Class)
method to return a commons.logging based logger to fulfill customer requirements
but are currently moving our logging from JCL to SLF4J.
I'll have a look at the slf4j migrator
http://www.slf4j.org/migrator.html as
we'd like to avoid the java.util.logging bridge because of the performance
issues mentioned at [1] but i would like to hear your opinions on this.
[1]
http://www.slf4j.org/api/org/slf4j/bridge/SLF4JBridgeHandler.html
Best regards,
Marc