Interface I_CmsLogServiceAsync


public interface I_CmsLogServiceAsync
Handles client side logging.

Since:
8.0.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(String ticket, String message, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    Logs client messages on the server.
  • Method Details

    • log

      void log(String ticket, String message, com.google.gwt.user.client.rpc.AsyncCallback<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