Reporting API Functions / Functions to change reporting options |
Specify end user's name for the purpose of identifying log entries in the case of distributed processing.
fgl_report_setDistributedRequestingUserName( requestingUserName STRING )
In order to distinguish between log entries originating from different users, the messages can be prefixed with the “requestingUserName” value. The requesting user name is an arbitrary string defined by the client, where you can set the name of the end user who submitted the job (for example). The default is "not set".
See Usage