Aspen
Aspen copied to clipboard
(Deprecated) A logging framework for Swift and Objective-C.
Results
3
Aspen issues
Sort by
recently updated
recently updated
newest added
The ObjC AspenHelpers currently log without the handy emoji prefixes. This is because that formatting is done in the private outputToLog() function, which ObjC can't call. Rather than make outputToLog()...