Class 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.
  • Constructor Details

    • SimpleRemoteLogHandler

      public SimpleRemoteLogHandler()
  • Method Details