A Message
contains all semantic information necessary to easily
comprehend what caused the message to be logged.
The fallback Message
containing no explanation and having no kind
The extractor for NoExplanation
can be used to check whether any error
lacks an explanation
A
Message
contains all semantic information necessary to easily comprehend what caused the message to be logged. Each message can be turned into aMessageContainer
which contains the log level and can later be consumed by a subclass ofReporter
.