I would like to check if NSLog()
for some string has actually printed out something.
Is there a way I can check the length of the output of an NSLog
statement or create a string from it? It's for a proof of concept, not a practical solution, so best practice concerns can be set aside.