create Logger
fun createLogger(logger: Logger, level: Level = Level.WARN, errorsOnly: Boolean = false): Consumer<ValidationResult.ErrorEntry.Entry<*>>
Creates a consumer of Entry that will log
Author
fzzyhmstrs
Since
0.7.0
Creates a consumer of Entry that will log
fzzyhmstrs
0.7.0