fixed
The standard fixed-point format option.
Declaration
static var fixed: OSLogFloatFormatting { get }Mentioned in
Discussion
This option is equivalent to the %f option of fprintf, which prints all digits before the radix point and a system-specific number of digits after the radix point.