set RLog Level
Sets the console log level. Must be called after initialization.
Since
5.0.0
Parameters
p Level
The log level.
The severity of log levels from high to low is as follows:
- F: fatal
- E: error
- W: warning
- I: info
- D: debug
- V: verbose
By default, all log levels are output to the console.
Setting a specific level will output logs of that level and above to the console.
For example, passing E will output F and E, but not W, I, D, or V.
For example, passing W will output F, E, and W, but not I, D, or V.
If you do not want the SDK to output logs to the console, pass NONE