public void log (Level level, String msg, Object ... params)
Instead of existing
public void log (Level level, String msg, Object [] params)
in java.util.logging.Logger ?
P.S. Apparently not: enhancement request was filed back in 2004. I will see what I can do...