Forgive me for a potentially silly question here, but in other programming languages (scripting ones like PHP or Perl) it is often easy to dump everything contained within a
Be careful with NSLog logging -> you most likely don't want it in production code.
You may want to use an alternate logging function that calls NSLog when your product is running in debug mode.