Minor documentation fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@21892 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2005-10-28 08:34:22 +00:00
parent 2a571fc5de
commit bbab465478

View file

@ -387,7 +387,7 @@
* Sets a flag to determine whether logging of request and session
* durations is to be performed.<br />
* If this is YES then the duration of requests and sessions will
* be logged using the -webAlert:for: method.<br />
* be logged using the [(WebServerDelegate)-webAlert:for:] method.<br />
* The request duration is calculated from the point where the first byte
* of data in the request is read to the point where the response has
* been completely written.<br />
@ -467,7 +467,7 @@
/**
* Sets a flag to determine whether verbose logging is to be performed.<br />
* If this is YES then all incoming requests and their responses will
* be logged using the -webAlert:for: method.<br />
* be logged using the [(WebServerDelegate)-webAlert:for:] method.<br />
* Setting this to YES automatically sets duration logging to YES as well,
* though you can then call -setDurationLogging: to set it back to NO.<br />
* This is useful for debugging and where a full audit trail is required.