Show TOC

Function documentationEvent Logger Locate this document in the navigation structure

 

You use this action to create an entry in the system log. You can define the event type and message. You can use this action to record important events and errors in a transaction.

Features

The properties in the Link Editorfor this action are listed in the following table:

Property

Data Type

Access

Use

Message

String

In and out

Defines the message to be inserted into the User log.

Source

String

In and out

Defines the log entry source. The default value is UserEvent.

EventType

String

In and out

Defines the severity of the log entry. The types are:

  • INFO

  • WARNING

  • ERROR

  • DEBUG

  • FAILURE

Success

Boolean

Out

Indicates whether the action succeeded or failed. If it failed, errors are displayed in the server trace log.