| The "formatted" log message, after localization, substitution of
parameters, and the inclusion of an exception stack trace if applicable.
During formatting, if the source logger has a localization
ResourceBundle and if that ResourceBundle has an entry for
this message string, then the message string is replaced
with the localized value.
If the message has parameters, java.text.MessageFormat is used to format
the message with the parameters.
If the log record has an associated exception, the stack trace is
appended to the log message.
See Also: java.text.MessageFormat See Also: See Also: java.lang.Throwable.printStackTrace() |