5.4.8. About Log Formatters
A log formatter is the configuration property of a log handler. The log formatter defines the appearance of log messages that originate from the relevant log handler. The log formatter is a string that uses the same syntax as the
java.util.Formatter
class.
See http://docs.oracle.com/javase/6/docs/api/java/util/Formatter.html for more information.