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 Detail

      • logMessage

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