Hi all..
I want to know how we can make use of NSLog/NSLogv to store the logs in device... I found that NSLog can use only to display strings to console (debugging purpose)
How to store it to a file (in device) and later i can make use of that file, to send to server...
OR simply.... how to fetch the all NSLog entries...and clear after sending it to server..
I want to know how we can make use of NSLog/NSLogv to store the logs in device... I found that NSLog can use only to display strings to console (debugging purpose)
How to store it to a file (in device) and later i can make use of that file, to send to server...
OR simply.... how to fetch the all NSLog entries...and clear after sending it to server..