GWT 2.3.0

Uses of Interface
com.google.gwt.requestfactory.client.RequestFactoryLogHandler.LoggingRequestProvider

Packages that use RequestFactoryLogHandler.LoggingRequestProvider
com.google.gwt.requestfactory.client A package for managing client-server requests. 
 

Uses of RequestFactoryLogHandler.LoggingRequestProvider in com.google.gwt.requestfactory.client
 

Constructors in com.google.gwt.requestfactory.client with parameters of type RequestFactoryLogHandler.LoggingRequestProvider
RequestFactoryLogHandler(RequestFactoryLogHandler.LoggingRequestProvider requestProvider, java.util.logging.Level level, java.util.List<java.lang.String> ignoredLoggerNames)
          Deprecated. Since records from this handler go accross the wire, it should only be used for important messages, and it's Level will often be higher than the Level being used app-wide.
 


GWT 2.3.0