LogErrorEx

This extension is the same as LogError but lets the user change the category value of the log entry.

Group: Application-Based Extension


Syntax: App.LogError(sProcedure, sErrDesc, Category, [sParams])

sProcedure (String) is typically the application name

sErrDesc    (String) is the ErrDesc entry

Category     (enErrorCategory) is the list of message types such as Error, Information, System, Trace and Warning

sParams     (string array) Optional – these are parameters that will be substituted into the ErrDesc where a percent sign is used

Example:

App.LogErrorEx("App1", "Invalid Item", catInfo)

Time..: 3/27/2014 1:37:55 PM

Process: App1

ErrDesc: Invalid Item

Category: Information

Version Supported:      RFgen 5.0, 5.1, 5.2 and newer.