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 Detail

      • SimpleRemoteLogHandler

        public SimpleRemoteLogHandler()
    • Method Detail

      • publish

        public void publish​(java.util.logging.LogRecord record)
        Specified by:
        publish in class java.util.logging.Handler