com.google.gwt.logging.shared
Interface RemoteLoggingServiceAsync


public interface RemoteLoggingServiceAsync

The async counterpart of RemoteLoggingService.


Method Summary
 void logOnServer(SerializableLogRecord record, AsyncCallback<java.lang.String> callback)
           
 

Method Detail

logOnServer

void logOnServer(SerializableLogRecord record,
                 AsyncCallback<java.lang.String> callback)