CFLog

From iPhone Development Wiki
Revision as of 18:56, 10 October 2009 by KennyTM~ (talk | contribs) (Created page with '{{occlass|library=CoreFoundation.framework}} CFLog is the backend of NSLog. It is useful for logging in apps where Foundation framework is not imported. If you're writing …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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.

References