public final class LogFormatter extends Formatter
This is not required by jaudiotagger, but its advantage over the default formatter is that all the format for a log entry is on one line, making it much easier to read. To use this formatter with your code edit loggin.properties within your jre/lib folder and modify as follows e.g java.util.logging.ConsoleHandler.formatter = org.jaudiotagger.logging.LogFormatter
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_PERFORMED |
static String |
IDENT |
Constructor and Description |
---|
LogFormatter() |
Modifier and Type | Method and Description |
---|---|
String |
format(LogRecord record) |
formatMessage, getHead, getTail
public static final String ACTION_PERFORMED
public static final String IDENT
Copyright © 2005–2020 jthink.net. All rights reserved.