NSAssertionHandlerKey

A key with a corresponding value in the thread dictionary. スレッド辞書において一致する値を持つキー。

Overview 概要

If you need to customize the behavior of NSAssertionHandler, create a subclass, overriding handleFailureInMethod:object:file:lineNumber:description: and handleFailureInFunction:file:lineNumber:description:, and install your instance into the current thread’s attributes dictionary with this key. あなたがNSAssertionHandlerの挙動をカスタマイズする必要があるならば、handleFailureInMethod:object:file:lineNumber:description:handleFailureInFunction:file:lineNumber:description:をオーバーライドしているサブクラスを作成してください、そしてあなたのインスタンスを現在のスレッドの持つ属性辞書へとこのキーを使ってインストールしてください。