Package com.github.weisj.darklaf.log
Class LogFormatter
- java.lang.Object
-
- java.util.logging.Formatter
-
- com.github.weisj.darklaf.log.LogFormatter
-
public class LogFormatter extends Formatter
-
-
Field Summary
Fields Modifier and Type Field Description static StringANSI_BLACKstatic StringANSI_BLUEstatic StringANSI_BOLD_OFFstatic StringANSI_BOLD_ONstatic StringANSI_CYANstatic StringANSI_GREENstatic StringANSI_PURPLEstatic StringANSI_REDstatic StringANSI_RESETstatic StringANSI_WHITEstatic StringANSI_YELLOW
-
Constructor Summary
Constructors Constructor Description LogFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringformat(LogRecord record)-
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
-
-
-
-
Field Detail
-
ANSI_RESET
public static final String ANSI_RESET
- See Also:
- Constant Field Values
-
ANSI_BLACK
public static final String ANSI_BLACK
- See Also:
- Constant Field Values
-
ANSI_RED
public static final String ANSI_RED
- See Also:
- Constant Field Values
-
ANSI_GREEN
public static final String ANSI_GREEN
- See Also:
- Constant Field Values
-
ANSI_YELLOW
public static final String ANSI_YELLOW
- See Also:
- Constant Field Values
-
ANSI_BLUE
public static final String ANSI_BLUE
- See Also:
- Constant Field Values
-
ANSI_PURPLE
public static final String ANSI_PURPLE
- See Also:
- Constant Field Values
-
ANSI_CYAN
public static final String ANSI_CYAN
- See Also:
- Constant Field Values
-
ANSI_WHITE
public static final String ANSI_WHITE
- See Also:
- Constant Field Values
-
ANSI_BOLD_ON
public static final String ANSI_BOLD_ON
- See Also:
- Constant Field Values
-
ANSI_BOLD_OFF
public static final String ANSI_BOLD_OFF
- See Also:
- Constant Field Values
-
-