Re: Missing log output

2020-11-10 Thread Alex Zavatone via Cocoa-dev
In the approaches that I used, I logged to a specific file so that I can simply get that file and send that one. On iOS, it was simply getting the file from the docs folder and either using a mailto: URL or using the MFMailComposeViewController. I don’t know if you’re on iOS or MacOS. The

UndoManager, NSManagedObjectContext and sheets

2020-11-10 Thread Arved von Brasch via Cocoa-dev
Hello Cocoa list, I’m wondering about the best approach to managing Undo/Redos when presenting a sheet that allows multiple changes to the selected item in an NSArrayController. My approach mostly works as I expect, but there are a few edge cases that seem more difficult to deal with than it sh

Re: Missing log output

2020-11-10 Thread Gabriel Zachmann via Cocoa-dev
> > For logging, my old logging code was replaced by CocoaLumberjack A quick glance it it looks interesting. Do you know (off the top of your head) whether it puts log message into the general syslog? That would be nice because it would make it easy to look at the log message on my side using t