Class LogFormatter
java.lang.Object
java.util.logging.Formatter
io.github.coho04.githubapi.utilities.LogFormatter
This class extends the Formatter class to provide a custom format for logging messages.
The format includes the timestamp, source class name, log level, and the log message.
If there are any parameters associated with the log record, they are also included in the log message.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail