public interface

LoggingRequest

implements RequestContext
com.google.gwt.requestfactory.shared.LoggingRequest

Class Overview

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

Summary

Public Methods
abstract Request<Void> logMessage(String serializedLogRecordString)
Log a message on the server.
[Expand]
Inherited Methods
From interface com.google.gwt.requestfactory.shared.RequestContext

Public Methods

public abstract Request<Void> logMessage (String serializedLogRecordString)

Log a message on the server.

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