MessageReporter

Properties

Link copied to clipboard
Link copied to clipboard
abstract var threshold: Verbosity

Functions

Link copied to clipboard
abstract fun debug(message: () -> String)
Link copied to clipboard
abstract fun error(message: () -> String)
Link copied to clipboard
abstract fun info(message: () -> String)
Link copied to clipboard
abstract fun report(verbosity: Verbosity, extraAttributes: Map<QName, String> = emptyMap(), message: () -> String)
Link copied to clipboard
abstract fun setMessagePrinter(messagePrinter: MessagePrinter)
Link copied to clipboard
abstract fun trace(message: () -> String)
Link copied to clipboard
abstract fun warn(message: () -> String)