Class CmsLog


  • public final class CmsLog
    extends java.lang.Object
    Handles client side logging.

    Since:
    8.0.0
    See Also:
    CmsLogService, I_CmsLogService, I_CmsLogServiceAsync
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static org.opencms.gwt.shared.rpc.I_CmsLogServiceAsync getLoggingService()
      Returns the service instance, using lazy initialization.
      static java.lang.String log​(java.lang.String message)
      Logs client messages on the server.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • log

        public static java.lang.String log​(java.lang.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