Unfortunately this is not possible. The only thing you can get is Crash Log. If you need a better logging system, I suggest taking a look at CocoaLumberjack , a very powerful logging structure that gives you the opportunity to save on registering files and, ultimately, sending them to the server. You also have many different levels, such as: log information, log error, log warning, etc.
source share