Log Event Action

Description

Logs an event to the Windows Event Log (not supported on Windows 95/98/ME).

Declaration

<LOGEVENT MESSAGE="text" TYPE="text [options]">

Example

<LOGEVENT MESSAGE="Workflow error" TYPE="error" />

General Tab Parameters

Message (application name): Specifies the text of the message that should be logged.

Text, Required
MARKUP:MESSAGE="There was a problem running the Workflow %GetTaskName()%"

Message type: Specifies how the message should be classified in the system event log.

  • information: The event will be classified as an informational message.

  • warning: The event will be classified as a warning.

  • error: The event will be classified as an error.

Text, Optional - default "execute"
MARKUP: TYPE="warning"

See Also

SMTP Email