Class SimpleRemoteLogHandler

java.lang.Object
java.util.logging.Handler
com.google.gwt.logging.client.RemoteLogHandlerBase
com.google.gwt.logging.client.SimpleRemoteLogHandler

public final class SimpleRemoteLogHandler extends RemoteLogHandlerBase
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.