]
James Perkins commented on LOGMGR-145:
--------------------------------------
Ah good point. I just did a quick look at {{MessageFormat.format()}} static method and it
wasn't there.
A Locale should be used for formatting FormatStyle.PRINTF log
records
---------------------------------------------------------------------
Key: LOGMGR-145
URL:
https://issues.jboss.org/browse/LOGMGR-145
Project: JBoss Log Manager
Issue Type: Enhancement
Reporter: James Perkins
Priority: Minor
If the {{FormatStyle.PRINTF}} is used a {{Locale}} should be used in the
{{String.format()}} invocation. The locale may be stored in the {{ExtLogRecord}}. Log
methods should likely be added to accept the {{Locale}} as a parameter.