-
public final class WarningLoggerKt
-
-
Method Summary
Modifier and Type Method Description final static Unitlog(WarningLogger $self, Class<?> modelClass, String reason, JSONObject json, Warning.SeverityLevel severity)Raises a JsonWarning. -
-
Method Detail
-
log
final static Unit log(WarningLogger $self, Class<?> modelClass, String reason, JSONObject json, Warning.SeverityLevel severity)
Raises a JsonWarning.
- Parameters:
modelClass- Class of the model object to be parsed.reason- Details about the failure.json- Source JSONObject.severity- The severity level of this warning.
-
-
-
-