September 8, 2024
Debug Logging in iOS Objective-C Apps – Pt. 2
Hey, it’s me again, sorry for not posting much… Anyway, I recently got fed up with my previous debug logging method and decided to remake it. Before I’d use it like this, [VAPIHelper debugLog:@"AppDelegate" message:[NSString stringWithFormat:@"authTokenPresent is %@", self.authTokenPresent ? @"YES" : @"NO"]];