Interface I_CmsLogServiceAsync

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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