Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

Log a Message

Overview

Contains a function that can be used to log a custom message that can be used by a designer/developer, to debug code for quicker development, and to log warnings, errors and informational messages.

Syntax: logmessage (level, message)

  • Level (Text) - The log level to be used from the following choices:
    • INFO
    • DEBUG
    • WARN
    • ERROR (Default)
  • Message (Text) - The custom message to be displayed

The function can be used to log a custom message.  The function can be used in Appian where expression rules can be specified e.g. SAIL, node inputs and outputs.

Anonymous
Parents Comment Children
No Data