Skip to main content

printf

Logs a formatted message to the console. It accepts the same parameters as string.format

printf(fmt: string, ...)

Arguments

NameDescriptionType
fmtFormat template stringstring
argsArguments, depending on the format string used.unknown