public interface LogRecordExt
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFormattedMessage(java.util.Locale locale)
Retrieve the formatted message for this LogRecord from the given Locale,
using the resource bundle, message, and parameters associated with this
LogRecord.
|
java.lang.String getFormattedMessage(java.util.Locale locale)
locale
- The desired Locale.