CFLog

From iPhone Development Wiki
Revision as of 05:31, 26 October 2014 by Uroboro (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

CFLog is the backend of NSLog. It is useful for logging in apps where Foundation framework is not imported.

If you're writing a pure C framework, consider using syslog(3) instead.

External links