Class SimpleFormatter
- java.lang.Object
-
- java.util.logging.Formatter
-
- java.util.logging.SimpleFormatter
-
- io.github.tkote.fn.eventrouter.logging.SimpleFormatter
-
public class SimpleFormatter extends SimpleFormatter
-
-
Constructor Summary
Constructors Constructor Description SimpleFormatter()
-
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
-
-