Configures whether to enable log upload. It is set to false by default.
true: Enable log upload,false: (Default) Disable log upload.Sets the output log level of the SDK.
You can use one or a combination of the filters. The log level follows the sequence of OFF, ERROR, WARNING, and INFO. Choose a level to see the logs preceding that level. If, for example, you set the log level to WARNING, you see the logs within levels ERROR and WARNING.
Interface holding the configurable parameters of an
RtmClientinstance.You can pass it as the second argument when calling the createInstance method, or use it when calling the setParameters method.