Difference between revisions of "Log Entry"

From PresenceWiki
Jump to: navigation, search
(Log Entry)
 
(4 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
Log Entry Nodes record a string of text in the Task logs. They are useful for adding extra logging information and for outputting variable or data values.
 
Log Entry Nodes record a string of text in the Task logs. They are useful for adding extra logging information and for outputting variable or data values.
  
 +
Dragging a Log Entry Node into your Task displays the following input dialog:
 +
 +
 +
[[file:log_entry_dialog.png]]
 +
 +
 +
* '''The "Message" text area''' is where you should type the text of the log entry. Whatever you type here will appear in the Task logs at run time.
 +
* '''Message Type''' flags the log entry as an information or error message. Error messages will appear in the logs in red, whereas information messages will appear in blue.
 +
* '''Message Priority''' flags the message as low, medium or high priority. Depending on the log settings for the Task this may suppress the log entry.
 +
 +
Click "Okay" to complete the Node creation.
  
 
=== See Also ===
 
=== See Also ===
  
 
{{FlowControl}}
 
{{FlowControl}}

Latest revision as of 13:04, 20 August 2015

Log Entry

Log Entry Nodes record a string of text in the Task logs. They are useful for adding extra logging information and for outputting variable or data values.

Dragging a Log Entry Node into your Task displays the following input dialog:


Log entry dialog.png


  • The "Message" text area is where you should type the text of the log entry. Whatever you type here will appear in the Task logs at run time.
  • Message Type flags the log entry as an information or error message. Error messages will appear in the logs in red, whereas information messages will appear in blue.
  • Message Priority flags the message as low, medium or high priority. Depending on the log settings for the Task this may suppress the log entry.

Click "Okay" to complete the Node creation.

See Also

Task Elements > Flow Control Task Elements > Log Entry

Schedule Nodes | Decision Point Nodes | Start of Task | End of Task | Error Handler
Throw Exception | Passive Node | Log Entry | Sleep For n Seconds | While Node | Loop Node | Exit Loop Node | |Switch Node
Fork Execution | Join Forked Threads | Start Synch Block | End Synch Block | Event Notification Nodes



Task Elements | Resources