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 T Saito" <email@hidden>
- Date: Fri, 4 Apr 2003 17:30:49 -0300
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.