Debug.startLogToFile

機能/意味
Start output of console log
タイプ
Debugクラスのメソッド
構文
startLogToFile(clear=false)
引数
clear  Specifying true clears the log file.
 Specify false to append to existing files.
戻り値
なし (void)
説明
 Starts output of the console log to a file.
参照
Debug.logToFileOnError
Debug.clearLogFileOnError