Re: Missing log output
Re: Missing log output
- Subject: Re: Missing log output
- From: Alex Zavatone via Cocoa-dev <email@hidden>
- Date: Thu, 12 Nov 2020 12:52:00 -0600
> On Nov 12, 2020, at 12:50 PM, Gabriel Zachmann <email@hidden> 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 NSLogs out
>> of a file that ONLY had the logs from my app. I sent you the code for that.
>
> Thanks , that is pretty much what I would like to get, too.
>
>>
>> A concern was that “the file could get too big.” So, I arbitrarily limited
>> each file to 10,000 lines of text when writing to them, trimming the oldest
>> line if the file length was > 10,000 lines.
>
> Would there be an easy way to do this?
Yeah. I’ll look up the code now.
Cheers.
Alex Zavatone
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden