I'm not a logging expert, but couldn't the internationalized logger be just a specific Log implementation ? You would just log the key of the message with the existing methods :

log.warn("key");

The Locale would be a configuration parameter. There is just an issue with the message's parameters :) This will require at least an additional method like warn(String, Object[]).

Emmanuel Bourg


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to