LogMessage

LogMessage is an activity that writes a message to the log. For each app, there is a log file. You can view the logs in the Log tab.

Settings

The Settings tab has the following fields.

Field Description
Log Level Select one of the following log levels:
  • Info: logs informational messages highlighting the application progress.
  • Warning: is the warning message of an unexpected error when running the flow.
  • Error: logs error conditions and messages.
  • Debug: can be used for debug-level messages.
Add Flow Details Appends Flow Instance ID, Flow Name and Activity Name to the log message.

By default, this field is set to False.

Input

Provide the following input for this activity.

Input Item Description
message

The message to be displayed in the log.

Note: If the message is left blank, when you export the app with the blank message and import it back again, "" are added to the app's json file automatically.

Loop

Refer to the section on "Using the Loop Feature in an Activity" in the TIBCO Flogo® Enterprise User's Guide for information on the Loop tab.