Report Logs
Application logs (logVerbose, logDebug, etc.) attached to reports in KMP.
Log levels
LuciqKmp.logVerbose("verbose detail")
LuciqKmp.logDebug("debug info")
LuciqKmp.logInfo("user did X")
LuciqKmp.logWarn("unexpected but handled")
LuciqKmp.logError("error occurred")Clear logs
LuciqKmp.clearLogs()Last updated