Specifies the detail of logging information.
WebAPI.bdh
WebSetLogDetail(in nLogFlags: number): boolean;
true if successful
false otherwise
Parameter | Description |
---|---|
nLogFlags |
Can be a combination of the following constants:
|
dcltrans transaction TInit begin WebSetLogDetail(WEB_LOG_REQUEST_HEADER | WEB_LOG_RESPONSE_HEADER); end TInit;