On Thu, Jan 22, 2009 at 11:53 AM, Timothy Reaves <trea...@silverfieldstech.com> wrote: > There are a number of reasons to use Log4Cocoa over something like > ASL. The fact that it already supports Obj-C is the least of them. > * It supports various logging levels,
As does ASL. > * supports logging to other than the default system file, ASL does this too. > * different logging levels for different classes. This is a biggie, as > often when you are debugging, you want to see very detailed log messages, > but only for the class or subsystem of interest. I think it's important to remember that ASL is a key-value store, not your traditional dump to a tab-delimited logfile. You can log any set of key-value pairs you want and filter it later. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com