OptionalcurrencyThe default unit of currency to use when formatting currency. See utilities/format/number!NumberSettings.currency.
OptionaldateThe default format to use when formatting dates. See utilities/format/date!DateFormatter.format.
OptionalerrorThe error related to the log.
OptionalfractionalThe default number of digits to show after the decimal point when formatting numbers. See utilities/format/number!NumberSettings.fractionalDigits.
OptionallocaleThe locale to use when formatting numbers and dates. If not specified, the current locale is used (see locale module).
OptionalmessageFallback message to use if the message resource lookup fails.
A string representing the log message. The format is the same as the syntax for utilities/format/string!StringFormatter.format, allowing for positional arguments.
A language key corresponding to the message to log.
OptionalnumberThe default format to use when formatting numbers. See utilities/format/number!NumberFormatter.format.
OptionaltimeThe default format to use when formatting times. See utilities/format/time!TimeFormatter.format.
OptionaltimeThe time zone of a date being formatted. See utilities/format/date!DateFormatter.timeZone.
Options that support a language resource message supported by Logger.