Filter unwanted INFO-Messages from Logger
问题 I'm using java.util.logging to log in my Java application. I'm also using javax.xml.ws.Endpoint to publish a SOAP-interface. Over the time I added more and more exceptions which all turn up at startup with a log-entry like this: Jan 24, 2011 12:29:27 PM com.sun.xml.internal.ws.model.RuntimeModeler getExceptionBeanClass INFO: Dynamically creating exception bean Class de.wi08e.myhome.frontend.jaxws.NotLoggedInBean I tried following filter to block them, but I'm not sure which class to get with