Interface LoggingRequest

All Superinterfaces:
RequestContext

public interface LoggingRequest extends RequestContext
"API Generated" request selector interface implemented by objects that give client access to the methods of Logging.
  • Method Details

    • logMessage

      Request<Void> logMessage(String serializedLogRecordString)
      Log a message on the server.
      Parameters:
      serializedLogRecordString - a json serialized LogRecord, as provided by JsonLogRecordClientUtil.logRecordAsJsonObject(LogRecord)
      Returns:
      a Void Request