Ticket #178 (closed task: fixed)
Add debug macro for NSLog
| Reported by: | kaz | Owned by: | kaz |
|---|---|---|---|
| Priority: | normal | Milestone: | TwitterFon 1.2 |
| Component: | TwitterFon | Version: | TwitterFon 1.1 |
| Severity: | major | Keywords: | |
| Cc: |
Description
#ifdef DEBUG # define LOG(...) NSLog(__VA_ARGS__) #else # define LOG(...) ; #endif #define __FUNC_NAME__ NSLog(NSStringFromSelector(_cmd));
Change History
Note: See
TracTickets for help on using
tickets.
