- java.lang.Object
-
- java.util.logging.Formatter
-
- java.util.logging.SimpleFormatter
-
- io.helidon.common.HelidonConsoleHandler.ThreadFormatter
-
- Enclosing class:
- HelidonConsoleHandler
public static class HelidonConsoleHandler.ThreadFormatter extends SimpleFormatter
ASimpleFormatter
that replaces all occurrences of"!thread!"
with the current thread.
-
-
Constructor Summary
Constructors Constructor Description ThreadFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
format(LogRecord record)
-
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
-
-
-
-
Method Detail
-
format
public String format(LogRecord record)
- Overrides:
format
in classSimpleFormatter
-
-