Package com.xmlcalabash.util
Class BufferingMessageReporter.Message
-
- All Implemented Interfaces:
public final class BufferingMessageReporter.Message
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<QName, String>
attributes
private final LocalDateTime
timestamp
private final Verbosity
level
private final Function0<String>
message
-
Constructor Summary
Constructors Constructor Description BufferingMessageReporter.Message(Verbosity level, Map<QName, String> extra, Function0<String> message)
-
Method Summary
Modifier and Type Method Description final Map<QName, String>
getAttributes()
final LocalDateTime
getTimestamp()
final Verbosity
getLevel()
final Function0<String>
getMessage()
-
-
Method Detail
-
getAttributes
final Map<QName, String> getAttributes()
-
getTimestamp
final LocalDateTime getTimestamp()
-
getMessage
final Function0<String> getMessage()
-
-
-
-