- r
- the log record to be formatted.
Documentation for this section has not yet been entered.
Formats a LogRecord object into a localized string representation. This is a convenience method for subclasses of Formatter.
The message string is firstly localized using the ResourceBundle object associated with the supplied LogRecord.
Notice : if message contains "{0", then java.text.MessageFormat is used. Otherwise no formatting is performed.