0
Debug Logging Message
Description
The logging part allows you to log messages/errors to the session log database.
Use
The logging part is available in process nodes under the Misc dropdown menu. You can use the log part to save messages/errors by adding the log part to a node when an error occurs or when you want a message to be logged. Logging does not work when the logging profile is set to "FULLSPEED". It does work when it is set to one of the following profiles: DEBUG, DEBUGVIEW, DEVELOPMENT, or PRODUCTION.
Editor Fields
Field Name | Description/Use | Type/Options | Optional/Mandatory |
Type |
|
Log | Service | Mandatory |
Level |
|
Info | Warning | Error | Mandatory |
Description | This is a description of the message/error. | Text | Optional |
Parameters | These are the parameters the system can pass to the message/error to retrieve more information. | Data Object | Optional |
Example
Download and import the following example project in your workspace.
Like
Follow
Reply