Cocoa Messages
Cocoa Messages
- Subject: Cocoa Messages
- From: Developer <email@hidden>
- Date: Wed, 11 Dec 2002 03:26:03 -0600
Hi,
I hope this is a simple question but my Java/Cocoa app keeps barfing
messages to my nice clean console. My application is a console app but
does some drawing for the purpose of printing in the background. One
of the things I am printing is a bar code. For an unknown reason the
message:
2002-12-11 02:46:13.141 java[763] Font CarolinaBar-B39-25E2: descent is
0.
keeps popping up when I draw my view. The view draws correctly so all
I want to do is prevent this message from appearing or rather redirect
it some place I can hide it from my UI. I have tried try and catch
sort of stuff but it is not an exception per se. Most of my app is
pure java but this one thing is screwing things up.
Thanks.
-Joe
_______________________________________________
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.