Class CmsLog

java.lang.Object
org.opencms.gwt.client.rpc.CmsLog

public final class CmsLog extends Object
Handles client side logging.

Since:
8.0.0
See Also:
  • CmsLogService
  • I_CmsLogService
  • I_CmsLogServiceAsync
  • Method Details

    • log

      public static String log(String message)
      Logs client messages on the server.

      Parameters:
      message - the message to log
      Returns:
      the generated ticket
    • getLoggingService

      protected static org.opencms.gwt.shared.rpc.I_CmsLogServiceAsync getLoggingService()
      Returns the service instance, using lazy initialization.

      Returns:
      the service instance