WB_LogTemp - template for log record

Syntax
WB_LogTemp=log line template

Syntax example
WB_LogTemp=$wbfn[date] $wbfn[time] - $wbe[HTTP_USER_AGENT], $wbe[REMOTE_ADDR], $WBQuery

Valid inputs
Any valid WhizBase tag or function in input or report syntax

Default value
none

Description
This variable contains a template for a single line in log file. It can contain both input functions and report tags and functions. WhizBase will first process the input functions, then report tags and functions and then add processed line to the log file. If values for both variables WB_LogData and WB_LogTemp are defined, the WB_LogData will be ignored.
WhizBase will not add to log line any value that is not defined in WB_LogTemp.