wwServer::LogRequest

Logs a request into the log file. All log access should go through this method.

o.LogRequest(lcParameter,lcRemoteAddress, lnSeconds, llError)

Return Value

nothing

Parameters

lcParameter
Request name/ID that identifies the URL.Typically this will be the query string.

lcRemoteAddress
IP Address of the client browser/application.

lnSeconds
Time it took to process this request in seconds.

llError
Error flag. If this parameter is .T. this entry is marked as an error which gets displayed in the error display log.

Overloads:


See also:

Class wwServer | wwServer::SetLogging

© West Wind Technologies, 1996-2022 • Updated: 12/15/15
Comment or report problem with topic