ScriptHelper/Printf
引数に指定した文字列をログとして出力します。
ログはAPI実行時に返却されるX-ScriptRuntimelog-Idを/API/ScriptRuntimeLog/Get?logId={value}のパラメータとして実行することで取得できます。
Request Information
Parameters
Name | Description | Type |
---|---|---|
src |
書式指定文字列 |
String |
args |
src中の書式指定項目に対応するオブジェクト |
Object[] |
Response Information
Response Description
None.