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