Debug.logAsError

機能/意味
Start outputting the log to a file as in the case of an error
タイプ
Debugクラスのメソッド
構文
logAsError()
引数
なし
戻り値
なし (void)
説明
 Regarding the error log file, Kirikiri performs the same operation as when an error occurred. That is, if Debug.logToFileOnError is true, start logging the console to a file. At that time, if Debug.clearLogFileOnError is true, clear the file.
 In contrast, Debug.startLogToFile unconditionally starts writing the console log to a file.
参照
Debug.startLogToFile
Debug.logToFileOnError
Debug.clearLogFileOnError