Class RequestFactoryLogHandler

java.lang.Object
java.util.logging.Handler
com.google.gwt.logging.client.RemoteLogHandlerBase
com.google.web.bindery.requestfactory.gwt.client.RequestFactoryLogHandler

public class RequestFactoryLogHandler extends RemoteLogHandlerBase
A Handler that does remote logging for applications using RequestFactory.

To use this in a project with jakarta.servlet, a copy will need to be made, referencing com.google.web.bindery.requestfactory.shared.jakarta.LoggingRequest instead of the non-jakarta LoggingFactory that this was originally written for.