luxlabs header browser preview


@interface C2Logging : NSObject

+ (void)printToLog:(id)a0 withDescription:(id)a1 array:(id)a2;
+ (void)printToLog:(id)a0 withDescription:(id)a1 dictionary:(id)a2;
+ (void)printToLog:(id)a0 withDescription:(id)a1 error:(id)a2;
+ (void)printToLog:(id)a0 withDescription:(id)a1 object:(id)a2;

@end