Package com.google.gwt.logging.shared
Interface RemoteLoggingServiceAsync
public interface RemoteLoggingServiceAsync
The async counterpart of
RemoteLoggingService
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
logOnServer
(LogRecord record, AsyncCallback<String> callback)
-
Method Details
-
logOnServer
-