Interface I_CmsLogService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
CmsLogService

public interface I_CmsLogService extends com.google.gwt.user.client.rpc.RemoteService
Handles client side logging.

Since:
8.0.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(String ticket, String message)
    Logs client messages on the server.
  • Method Details

    • log

      void log(String ticket, String message)
      Logs client messages on the server.

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