Class RemoteLoggingServiceImpl

    • Constructor Detail

      • RemoteLoggingServiceImpl

        public RemoteLoggingServiceImpl()
    • Method Detail

      • logOnServer

        public final java.lang.String logOnServer​(java.util.logging.LogRecord lr)
        Logs a Log Record which has been serialized using GWT RPC on the server.
        Specified by:
        logOnServer in interface RemoteLoggingService
        Returns:
        either an error message, or null if logging is successful.
      • setLoggerNameOverride

        public void setLoggerNameOverride​(java.lang.String override)
        By default, messages are logged to a logger that has the same name as the logger that created them on the client. If you want to log all messages from the client to a logger with another name, you can set the override using this method.
      • setSymbolMapsDirectory

        public void setSymbolMapsDirectory​(java.lang.String symbolMapsDir)
        By default, this service does not do any deobfuscation. In order to do server-side deobfuscation, you must copy the symbolMaps files to a directory visible to the server and set the directory using this method.