toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.api
/
MessageReporter
Message
Reporter
interface
MessageReporter
(
source
)
Inheritors
NopMessageReporter
Members
Properties
message
Printer
Link copied to clipboard
abstract
val
messagePrinter
:
MessagePrinter
threshold
Link copied to clipboard
abstract
var
threshold
:
Verbosity
Functions
debug
Link copied to clipboard
abstract
fun
debug
(
report
:
(
)
->
Report
)
error
Link copied to clipboard
abstract
fun
error
(
report
:
(
)
->
Report
)
info
Link copied to clipboard
abstract
fun
info
(
report
:
(
)
->
Report
)
report
Link copied to clipboard
abstract
fun
report
(
severity
:
Verbosity
,
report
:
(
)
->
Report
)
set
Message
Printer
Link copied to clipboard
abstract
fun
setMessagePrinter
(
messagePrinter
:
MessagePrinter
)
trace
Link copied to clipboard
abstract
fun
trace
(
report
:
(
)
->
Report
)
warn
Link copied to clipboard
abstract
fun
warn
(
report
:
(
)
->
Report
)