currentHandler
Returns the
NSAssertionHandler
object associated with the current thread.
現在のスレッドと結びつけられたNSAssertionHandler
オブジェクトを返します。
- handleFailureInFunction:file:lineNumber:description:
Logs (using
NSLog
) an error message that includes the name of the function, the name of the file, and the line number.
エラーメッセージを記録します(NSLog
を使って)、それは関数の名前、ファイルの名前、そして行番号を含みます。