Package com.github.weisj.darklaf.log
Class LogFormatter
java.lang.Object
java.util.logging.Formatter
com.github.weisj.darklaf.log.LogFormatter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
-
Field Details
-
ANSI_RESET
- See Also:
- Constant Field Values
-
ANSI_BLACK
- See Also:
- Constant Field Values
-
ANSI_RED
- See Also:
- Constant Field Values
-
ANSI_GREEN
- See Also:
- Constant Field Values
-
ANSI_YELLOW
- See Also:
- Constant Field Values
-
ANSI_BLUE
- See Also:
- Constant Field Values
-
ANSI_PURPLE
- See Also:
- Constant Field Values
-
ANSI_CYAN
- See Also:
- Constant Field Values
-
ANSI_WHITE
- See Also:
- Constant Field Values
-
ANSI_BOLD_ON
- See Also:
- Constant Field Values
-
ANSI_BOLD_OFF
- See Also:
- Constant Field Values
-
-
Constructor Details
-
LogFormatter
public LogFormatter()
-
-
Method Details