Function 関数

NSLog

Logs an error message to the Apple System Log facility. エラーメッセージを「Appleシステムログ」機能に記録します。

Declaration 宣言

void NSLog(NSString *format, ...);

Discussion 議論

Simply calls NSLogv, passing it a variable number of arguments. 単純にNSLogvを呼び出します、それに可変数の引数を渡します。

See Also 参照

Diagnostics and Debugging 診断とデバッグ