public interface I_CmsLogService extends com.google.gwt.user.client.rpc.RemoteService
CmsLogService,
I_CmsLogService,
I_CmsLogServiceAsync| Modifier and Type | Method and Description |
|---|---|
void |
log(java.lang.String ticket,
java.lang.String message)
Logs client messages on the server.
|
void log(java.lang.String ticket, java.lang.String message)
ticket - the optional client-side generated ticketmessage - the message to log