SimpleFormatter is intended to print brief logging summaries to
the console.
Right now it print the logging level ussing the canonical name,
obtained from Level.toString(). This returns strings like "SEVERE"
or "WARNING".
These strings should be localized.
graham.hamilton@Eng 2000-11-02