This class provides a simple string formatting interface with more power than
the C printf() and is much easier to use than the java.text.MessageFormat
class. java.text.MessageFormat will rebuild the pattern if the static
format() methods are called.