Description
It would be useful for a custom Logger implementation to be able to get hold of a MessageFactory2 (and not just a MessageFactory), in order to efficiently process CharSequence etc.
Logger.getMessageFactory() return MessageFactory, even though the sole implementation in AbstractLogger do have a MessageFactory2 available.