MessageReporter

Properties

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

Functions

Link copied to clipboard
abstract fun debug(report: () -> Report)
Link copied to clipboard
abstract fun error(report: () -> Report)
Link copied to clipboard
abstract fun info(report: () -> Report)
Link copied to clipboard
abstract fun report(severity: Verbosity, report: () -> Report)
Link copied to clipboard
abstract fun setMessagePrinter(messagePrinter: MessagePrinter)
Link copied to clipboard
abstract fun trace(report: () -> Report)
Link copied to clipboard
abstract fun warn(report: () -> Report)