Reporter

interface Reporter(source)

Interface that abstracts out reporting error messages.

Inheritors

Functions

Link copied to clipboard
abstract fun error(message: String)
Link copied to clipboard
abstract fun warn(message: String)