Package com.xmlcalabash.api
Interface MessageReporter
-
- All Implemented Interfaces:
public interface MessageReporter
-
-
Method Summary
Modifier and Type Method Description abstract Unit
error(Function0<String> message)
abstract Unit
warn(Function0<String> message)
abstract Unit
info(Function0<String> message)
abstract Unit
debug(Function0<String> message)
abstract Unit
trace(Function0<String> message)
abstract Unit
report(Verbosity verbosity, Map<QName, String> extraAttributes, Function0<String> message)
abstract Verbosity
getThreshold()
abstract Unit
setThreshold(Verbosity threshold)
-