swift - Swift3.2 how to know where the log come from? -


edit: log not print myself, , don't know where/who print it. i've did search methods in xcode. i want know if method/chance make xcode shows more information in console logs.

p.s.: please not subtract points, i'm cheaper 😂


i got warning/error log console don't know come from:

logs

how shows name of logger?

assuming have code, thing can search string in source files; 'the data couldn't read because isn't in correct format.'


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -