org.opencms.gwt.shared.rpc
Interface I_CmsLogServiceAsync


public interface I_CmsLogServiceAsync

Handles client side logging.

Since:
8.0.0
See Also:
CmsLogService, I_CmsLogService, I_CmsLogServiceAsync

Method Summary
 void log(java.lang.String ticket, java.lang.String message, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
          Logs client messages on the server.
 

Method Detail

log

void log(java.lang.String ticket,
         java.lang.String message,
         com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
Logs client messages on the server.

Parameters:
ticket - the optional client-side generated ticket
message - the message to log
callback - the async callback