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
(
message
:
(
)
->
String
)
error
Link copied to clipboard
abstract
fun
error
(
message
:
(
)
->
String
)
info
Link copied to clipboard
abstract
fun
info
(
message
:
(
)
->
String
)
report
Link copied to clipboard
abstract
fun
report
(
verbosity
:
Verbosity
,
extraAttributes
:
Map
<
QName
,
String
>
=
emptyMap()
,
message
:
(
)
->
String
)
set
Message
Printer
Link copied to clipboard
abstract
fun
setMessagePrinter
(
messagePrinter
:
MessagePrinter
)
trace
Link copied to clipboard
abstract
fun
trace
(
message
:
(
)
->
String
)
warn
Link copied to clipboard
abstract
fun
warn
(
message
:
(
)
->
String
)