Package io.github.natanimn.telebof.log
Class LogFormatter
java.lang.Object
java.util.logging.Formatter
io.github.natanimn.telebof.log.LogFormatter
Log Formater
- Since:
- 3 March 2025
- Author:
- Natanim
-
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:
-
ANSI_RED
- See Also:
-
ANSI_GREEN
- See Also:
-
ANSI_YELLOW
- See Also:
-
ANSI_CYAN
- See Also:
-
ANSI_WHITE
- See Also:
-
useColor
private final boolean useColor
-
-
Constructor Details
-
LogFormatter
public LogFormatter(boolean useColor)
-
-
Method Details