ConsoleWarningLogger

Implementation of a WarningLogger printing the warnings to the console.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun log(warning: Warning)

Notifies that a warning occurred.

Link copied to clipboard
fun WarningLogger.log(modelClass: Class<*>, reason: String, json: JSONObject? = null, severity: Warning.SeverityLevel = Warning.SeverityLevel.MAJOR)

Raises a JsonWarning.