Topic complex |
System functions |
Function |
setcgilog() |
Short |
Write further information to Log-files |
Syntax |
SETCGILOG(S : STRING) : INTEGER |
Parameter |
S : STRING (any) |
Return |
always 0 |
See also: |
|
Description |
If in the tdbengine.ini
[globals]
logcgi=1
is written, with every calling an entry to the file cgi.log occurs.
Thereby date, time ,remote_IP, runtime and programm name are recorded.
With SetCGILog a programm can eke this information.
Example:
SetCGILog('Beta-Verion of the programm')
|
Write a comment:
|