<StandardLogFilter> | This must be a valid Visual FoxPro expression that evaluates to True or False. If this expression evaluates to True, then the verbosity is set to 5 for the duration of that call. There are several variables available for you to reference. They start with a dot and need to be used that way in the filter expressions. Here are the variables with some sample expressions:
Sample expressions: .cSalespoint = "MLRN03" .cOperator = "BART" .cFunction = "SQLPASSTHROUGH" LEFT(.cSalespoint, 4) = "MLRN" INLIST(.cOperator , "BART", "HOMER", "MARGE") | ||||||
<CapturePerformance> | When this setting is set to YES, the EZ creates the Performance log file. The name includes the date – like SaleEZ_Performance_20110121_Log.txt. This is described in more detail below, under Performance Logging | ||||||
<PerformanceLogFilter> | Similar to the StandardLogFilter tag, it must be a valid FoxPro expression. When that expression evaluates to TRUE, an entry is made into the Performance log. | ||||||
<TruncatePerformanceLogLines> | When set to YES, Log lines in the Performance log does not include the full call for APPENDRECS or MODIFYRECS. |