Package org.opencms.gwt.client.rpc
Class CmsLog
java.lang.Object
org.opencms.gwt.client.rpc.CmsLog
Handles client side logging.
- Since:
- 8.0.0
- See Also:
-
CmsLogService
I_CmsLogService
I_CmsLogServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionprotected static org.opencms.gwt.shared.rpc.I_CmsLogServiceAsync
Returns the service instance, using lazy initialization.static String
Logs client messages on the server.
-
Method Details
-
log
Logs client messages on the server.- Parameters:
message
- the message to log- Returns:
- the generated ticket
-
getLoggingService
Returns the service instance, using lazy initialization.- Returns:
- the service instance
-