When working on Mac OS X, for things in my local tree, I just use printf.

There's a macro called LOG() you can use; it's for logging that goes into the production code, so the log statements are turned on and off by command-line switches.

For your purposes, you may find that LOG_ERROR works well. It takes the same arguments that printf would. It's compiled only for debug builds.

    -- Darin

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to