Class RemoteLogHandlerBase

java.lang.Object
java.util.logging.Handler
com.google.gwt.logging.client.RemoteLogHandlerBase
Direct Known Subclasses:
RequestFactoryLogHandler, SimpleRemoteLogHandler

public abstract class RemoteLogHandlerBase extends Handler
Base class for Logging handlers that send records to the server.
  • Field Details

  • Constructor Details

    • RemoteLogHandlerBase

      protected RemoteLogHandlerBase()
    • RemoteLogHandlerBase

      protected RemoteLogHandlerBase(List<String> excludedLoggerNames)
  • Method Details