NSLog err and debug?
NSLog err and debug?
- Subject: NSLog err and debug?
- From: Jonathan Rochkind <email@hidden>
- Date: Wed, 26 Mar 2003 14:10:01 -0600
Under normal circumstances, where you haven't done anything to change the
defaults...
will NSLog.err.appendln and NSLog.debug.appendln go to the same
place? What's the difference anyway? Maybe debug will be output only
depending on the debugging properties set (but isn't it your responsibility
to ensure that in your own code, by checking NSLog.debuggingAllowedFor...
?) but err will always be output?
Or are they exactly the same unless you set err or debug to be something
different? Can anyone explain this? When should I use one and when the
other for console/log output?
--Jonathan
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.