ListWarningLogger
Implementation of a WarningLogger that accumulates the warnings in a list, to be used as a convenience by third-party apps.
Properties
Functions
Link copied to clipboard
fun WarningLogger.log(modelClass: Class<*>, reason: String, json: JSONObject? = null, severity: Warning.SeverityLevel = Warning.SeverityLevel.MAJOR)
Raises a JsonWarning.