CFLog

From iPhone Development Wiki

Jump to: navigation, search

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

Personal tools