Last Updated on : 2024-11-20 08:51:49download
This topic describes the logging service APIs and provides examples of how to implement this service using the APIs.
| Function name | Description |
|---|---|
| setLogLevel | Set the log level. |
| init | Initialize the logging configuration on the SDK. |
Function prototype
external fun setLogLevel(level: Int)
Functional description
Set the log level.
Parameter description
| Parameter name | Description |
|---|---|
| level | The log level. Generally, it is set to 4. |
Function prototype
fun init()
Functional description
Initialize the logging configuration on the SDK.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback