printf
Logs a formatted message to the console. It accepts the same parameters as string.format
printf(fmt: string, ...)
Arguments
| Name | Description | Type |
|---|---|---|
| fmt | Format template string | string |
| args | Arguments, depending on the format string used. | unknown |
Logs a formatted message to the console. It accepts the same parameters as string.format
printf(fmt: string, ...)
| Name | Description | Type |
|---|---|---|
| fmt | Format template string | string |
| args | Arguments, depending on the format string used. | unknown |