List of usage examples for com.google.gwt.logging.client RemoteLogHandlerBase subclass-usage
From source file com.github.apetrelli.gwtintegration.remotelogging.client.SimpleRemoteLogHandler.java
/**
* Copied and modified from original SimpleRemoteLogHandler.
*
* A very simple handler which sends messages to the server via GWT RPC to be
* logged. Note that this logger does not do any intelligent batching of RPC's,
* nor does it disable when the RPC calls fail repeatedly.
From source file com.github.manishahluwalia.gwt.remote_log_handler.client.RemoteLogHandler.java
/**
* A GWT {@link RemoteLogHandlerBase} that does the following:
* <ul>
* <li>Buffer logs on client side and sends them to the server only after one of
* the following conditions is met:
* <ol>
From source file com.google.web.bindery.requestfactory.gwt.client.RequestFactoryLogHandler.java
/** * A Handler that does remote logging for applications using RequestFactory. */ public class RequestFactoryLogHandler extends RemoteLogHandlerBase { /**
From source file com.googlecode.gwtphonegap.client.log.PhoneGapRemoteBatchLogHandler.java
/** * @author Daniel Kurka * */ public class PhoneGapRemoteBatchLogHandler extends RemoteLogHandlerBase {