java.lang.Object
java.util.logging.Formatter
java.util.logging.SimpleFormatter
io.helidon.logging.jul.HelidonFormatter
A
SimpleFormatter
that replaces all occurrences of MDC tags like %X{value}
with specific values.
It also supports replacement of "!thread!"
with the current thread.-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
-
Constructor Details
-
HelidonFormatter
public HelidonFormatter()Create new instance of theHelidonFormatter
.
-
-
Method Details
-
format
- Overrides:
format
in classSimpleFormatter
-