RE: Leave NSLog()s in Final Product?
RE: Leave NSLog()s in Final Product?
- Subject: RE: Leave NSLog()s in Final Product?
- From: Fred Glover <email@hidden>
- Date: Fri, 12 Mar 2004 10:19:13 -0800
Yes, please don't leave NSLog turned on.
I've got one of those NSLog demons (not daemons) polluting my console
log now. Writing a message about every three seconds.
"Looking for devices matching vendor ID=1193 and product ID=8720"
anybody got any ideas where to start trying to find the offending
process?
It looks to me like an IO driver/kext. Possibly of the Firewire type?
Fred
Message: 13
Subject: RE: Leave NSLog()s in Final Product?
Date: Fri, 12 Mar 2004 09:28:31 -0600
From: "Guy Umbright" <email@hidden>
To: "Cocoa Developers" <email@hidden>
To expand a bit on this, perhaps use Log4Cocoa which would facilitate
being able to turn the logging on/off with a bit less work on your
part. A single 'level' setting in prefs could allow you to control
what gets logged and the multiple severities gives a finer level
of control.
guy
Fred Glover
Machine Vision and Image Processing Engineering
Visicon Inc
www.visiconeng.com
Los Gatos, CA
408 354-0095
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.