com.google.gwt.libideas.logging.client
Interface RemoteLoggingServiceAsync


public interface RemoteLoggingServiceAsync

Remote Service Async.


Method Summary
 void publish(java.lang.String message, Level level, java.lang.String category, java.lang.Throwable e, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 

Method Detail

publish

void publish(java.lang.String message,
             Level level,
             java.lang.String category,
             java.lang.Throwable e,
             com.google.gwt.user.client.rpc.AsyncCallback callback)