mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-16 00:21:39 +00:00
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:
parent
2a571fc5de
commit
bbab465478
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue