Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Log in or create an account to edit The Apple Wiki.

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) [Archived 2009-10-17 at the Wayback Machine] instead.

External links