Re: Missing log output

2020-11-12 Thread Alex Zavatone via Cocoa-dev
> On Nov 12, 2020, at 12:50 PM, Gabriel Zachmann wrote: > >> >> Gabe, let me share the decisions and solutions I went over in my attempting >> to solve this on iOS. > > Thanks a lot! > > (BTW: I am working on macOS.) > >> >> In my first logging, all that I wanted was to be able to get the

Re: Missing log output

2020-11-12 Thread Gabriel Zachmann via Cocoa-dev
> > Gabe, let me share the decisions and solutions I went over in my attempting > to solve this on iOS. Thanks a lot! (BTW: I am working on macOS.) > > In my first logging, all that I wanted was to be able to get the NSLogs out > of a file that ONLY had the logs from my app. I sent you the

Re: Missing log output

2020-11-12 Thread Alex Zavatone via Cocoa-dev
Gabe, let me share the decisions and solutions I went over in my attempting to solve this on iOS. In my first logging, all that I wanted was to be able to get the NSLogs out of a file that ONLY had the logs from my app. I sent you the code for that. In another app, there were 3 sets of transac