Re: Comparing Run Logs?
Re: Comparing Run Logs?
- Subject: Re: Comparing Run Logs?
- From: email@hidden
- Date: Wed, 7 Mar 2007 14:59:23 -0700
I would be able to more easily compare run logs if I had better
management of my NSLog calls. What if I did a global replace of
NSLog with MYLog? XCode finds my declaration to be acceptable, but I
have no idea how to transfer the ... information to NSLog. Is this
possible?
enum LogCode {
LC_Any,
LC_Other,
LC_ThreadState
};
void MYLog(enum LogCode lc, NSString *format, ...) {
// NSLog(format, ...);
}
On Mar 7, 2007, at 2:01 PM, email@hidden wrote:
1- Is there an easy way of doing this?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden