The message string is first localized to a format string using the record's ResourceBundle. (If there is no ResourceBundle, or if the message key is not found, then the key is used as the format string.) The format String uses java.text style formatting.
@param record the log record containing the raw message @return a localized and formatted message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|