Package com.google.gwt.logging.shared
Interface RemoteLoggingService
-
- All Superinterfaces:
RemoteService
- All Known Implementing Classes:
RemoteLoggingServiceImpl
@RemoteServiceRelativePath("remote_logging") public interface RemoteLoggingService extends RemoteService
The client-side stub for the logging RPC service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
logOnServer(java.util.logging.LogRecord record)
-