GWT 2.3.0

com.google.gwt.requestfactory.shared
Interface LoggingRequest

All Superinterfaces:
RequestContext

Deprecated.

@Deprecated
public interface LoggingRequest
extends RequestContext

"API Generated" request selector interface implemented by objects that give client access to the methods of Logging.

RequestFactory has moved to com.google.web.bindery.requestfactory. This package will be removed in a future version of GWT.


Method Summary
 Request<java.lang.Void> logMessage(java.lang.String serializedLogRecordString)
          Deprecated. Log a message on the server.
 
Methods inherited from interface com.google.gwt.requestfactory.shared.RequestContext
create, edit, fire, fire, isChanged
 

Method Detail

logMessage

Request<java.lang.Void> logMessage(java.lang.String serializedLogRecordString)
Deprecated. 
Log a message on the server.

Parameters:
serializedLogRecordString - a json serialized LogRecord, as provided by com.google.gwt.logging.client.JsonLogRecordClientUtil.logRecordAsJsonObject(LogRecord)
Returns:
a Void Request

GWT 2.3.0