Interface LoggingRequest
- All Superinterfaces:
RequestContext
"API Generated" request selector interface implemented by objects that give
client access to the methods of
Logging
.-
Method Summary
Modifier and TypeMethodDescriptionlogMessage
(String serializedLogRecordString) Log a message on the server.Methods inherited from interface com.google.web.bindery.requestfactory.shared.RequestContext
append, create, edit, find, fire, fire, getRequestFactory, isChanged
-
Method Details
-
logMessage
Log a message on the server.- Parameters:
serializedLogRecordString
- a json serialized LogRecord, as provided byJsonLogRecordClientUtil.logRecordAsJsonObject(LogRecord)
- Returns:
- a Void
Request
-