Interface I_CmsLogService

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void log​(java.lang.String ticket, java.lang.String message)
      Logs client messages on the server.
    • Method Detail

      • log

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

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