Uses of Interface
com.google.web.bindery.requestfactory.gwt.client.RequestFactoryLogHandler.LoggingRequestProvider
Package
Description
A package for managing client-server requests.
-
Uses of RequestFactoryLogHandler.LoggingRequestProvider in com.google.web.bindery.requestfactory.gwt.client
ModifierConstructorDescriptionRequestFactoryLogHandler
(RequestFactoryLogHandler.LoggingRequestProvider requestProvider, Level level, List<String> ignoredLoggerNames) 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.