Package org.opencms.gwt.shared.rpc
Interface I_CmsLogService
- All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
CmsLogService
Handles client side logging.
- Since:
- 8.0.0
- See Also:
-
Method Summary
-
Method Details
-
log
Logs client messages on the server.- Parameters:
ticket
- the optional client-side generated ticketmessage
- the message to log
-