Debug

 The Debug class is a class that provides functions related to debugging Kirikiri. Objects cannot be created from this class.
 The name of the console log for Kirikiri is krkr.console.log. The file created when a hardware exception occurs is hwexcept.log.
 These log files default to the project directory. However, it is not output if the project directory is a directory that cannot be written, such as an archive.
 The output destination of the log file can be changed with the logLocation property (in the case of KAG, it is set to the storage location of bookmark data).

メンバ

コンストラクタ
なし
メソッド
addLoggingHandler ( Add a log handler )
getLastLog ( Get unoutputted logs )
logAsError ( Start outputting the log to a file as in the case of an error )
message ( Output message to console )
notice ( Print important messages to console )
removeLoggingHandler ( Delete a log handler )
startLogToFile ( Start output of console log )
プロパティ
clearLogFileOnError ( Whether to clear the console log file when an error occurs )
logLocation ( Log file output destination )
logToFileOnError ( Whether to output the console log to a file when an error occurs )
イベント
なし