I am new to cocoa development. The question is if I want to keep an application log file, even when it is in production. Do I use NSLog or do I have to create my own file and write logs in it ?
The purpose is to be able to identify problems when it is in production from the log file. But NSLog seem to put the log in the console screen when debugging, what happens to NSLog when it is released ? can NSLog entries be retrieved ?