Package | Description |
---|---|
com.google.web.bindery.requestfactory.gwt.client |
A package for managing client-server requests.
|
Constructor and Description |
---|
RequestFactoryLogHandler(RequestFactoryLogHandler.LoggingRequestProvider requestProvider,
java.util.logging.Level level,
java.util.List<java.lang.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.
|