Florent Pillet
Florent Pillet
Fantastic! Thanks guys - BTW I'm now using AppCode most of the time instead of Xcode, which starts sucking balls. Need to find a way to do this for AppCode...
Good idea, although this will require yet another set of APIs
It's the eternal question of whether you can actually truncate the FRONT of a file and use it as a FIFO queue. The filesystem cannot do it, so I guess...
The main question you have to ask yourself is, why are you shipping a production app with logs enabled? NSLogger logs are as efficient as possible but have never meant...
Weird issue but this may come from the fact that your build is not properly signed. Email me directly to get a test build if you're willing to try one...
Hrm there's something fishy with direct connections -- thanks for the additional input!
I think you're not seeing the same issue. I have isolated Tony's issue to something reported a while ago by @0xced and that I didn't properly fix -- targeted Bonjour...
This is a tricky one, as I can't seem to be able to reproduce it on my build of El Cap. This may be due to local conditions on my...
Have you tried the latest binary? I can't seem to repro the issue on my setup of El Capitan so this makes things complicated. Maybe if you have the skills...
Use [LoggerSetOptions()](https://github.com/fpillet/NSLogger/blob/master/Client%20Logger/iOS/LoggerClient.h#L167) on the client side, the options are in `LoggerClient.h` (see https://github.com/fpillet/NSLogger/blob/master/Client%20Logger/iOS/LoggerClient.h#L64)