| Package | Description |
|---|---|
| org.jamplate.diagnostic |
All about diagnostic.
|
| org.jamplate.impl.diagnostic |
Default jamplate implementations for the package
org.jamplate.diagnostic. |
| Modifier and Type | Method and Description |
|---|---|
@NotNull java.lang.String |
Diagnostic.format(boolean debug,
@NotNull Message message)
Format the given
message. |
default @NotNull java.lang.String |
Diagnostic.format(@NotNull Message message)
Format the given
message. |
@NotNull Diagnostic |
Diagnostic.print(@NotNull Message message)
Print the given
message. |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageImpl
A basic implementation of the interface
Message. |
| Modifier and Type | Method and Description |
|---|---|
@NotNull java.lang.String |
DiagnosticImpl.format(boolean debug,
@NotNull Message message) |
@NotNull Diagnostic |
DiagnosticImpl.print(@NotNull Message message) |