Re: What flag do I set to see the SQL statements executed by WebObjects EOF?
Re: What flag do I set to see the SQL statements executed by WebObjects EOF?
- Subject: Re: What flag do I set to see the SQL statements executed by WebObjects EOF?
- From: Ricardo Strausz <email@hidden>
- Date: Fri, 4 Apr 2003 18:12:00 -0600
You can (must) lunch it from a prompt in a terminal
e.g.,
/Developer/Applications/Project\ Builder.app/Contents/MacOS/Project\
Builder -EOAdaptorDebugerEnebeled YES
(just copy-paste the last line)
Suerte!
Dino
On viernes, abri 4, 2003, at 17:48 America/Mexico_City, Betty Chang
wrote:
Hi -- Thanks for your help. I also found something about setting the
option
EOAdaptorDebugEnabled to YES in the launcher preferences, but I cannot
figure out where the launcher preferences are in the project builder.
Betty
----- Original Message -----
From: "Ricardo T Saito" <email@hidden>
To: "Betty Chang" <email@hidden>;
<email@hidden>
Sent: Friday, April 04, 2003 12:30 PM
Subject: RE: What flag do I set to see the SQL statements executed by
WebObjects EOF?
Hi,
You can add these lines to your application.java :
NSLog.allowDebugLoggingForGroups(NSLog.DebugGroupSQLGeneration);
NSLog.allowDebugLoggingForGroups(NSLog.DebugGroupDatabaseAccess);
Hope this helps.
----------------------------------------------------
Ricardo T Saito - email@hidden
Computer Engineer
Americanas.com - Sao Paulo - Brazil
-----Original Message-----
From: email@hidden
[mailto:email@hidden]On Behalf Of Betty Chang
Sent: Friday, April 04, 2003 4:44 PM
To: email@hidden
Subject: What flag do I set to see the SQL statements executed by
WebObjects EOF?
Hi -- What flag do I set to see the SQL statements?
Thanks
Betty
_______________________________________________
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.
_______________________________________________
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.
_______________________________________________
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.