Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 16 Processing in Standard Execution Mode : User Log

User Log
The user log contains any messages generated by a rule, using tools such as MSGLOG or $PRINTLINE. The messages can be generated by a parent transaction and its descendant (child) transactions. Refer to Nesting Transactions for more information about parent and child relationships.
Sample User Log
The following screen shows an example message sent to the user log by the MSGLOG tool.

 
-------------------------- INFORMATIONAL MESSAGE LOG --------------------------
COMMAND ===> SCROLL ===> P
HRODEK NOW EARNS 745.50
CANNON NOW EARNS 735.00
BOIVIN NOW EARNS 745.00
PFKEYS: 2=NEXT LOG 3=EXIT 5=REPEAT 12=EXIT 13=PRINT

 
What Output is Available?
Output from previous descendant transactions (at the same descendant level) is cleared when a new transaction is started. Only output from the most recent transaction, at a given descendant level, is available to display.
Output from the EXECUTE and TRANSFERCALL Statements
The statement that you use determines whether output is maintained:
If you use the EXECUTE statement more than once in a rule (parent transaction) to invoke other rules (child transactions), the output from each of the parent transactions is maintained.
This output appears sequentially in the first part of the message log. The messages of the last child transaction to be executed, at each descendant level, appear next.
See Also
TIBCO Object Service Broker Shareable Tools about using the tools.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved