LogFunction

typealias LogFunction = (type: Parser.LogType, message: String) -> Unit(source)

A function that logs parsing results.

The first argument is the log type and the second argument is the message.