Logger

Logger

The logger writes text into your log files. This can be quite handy when you are developing interfaces.

In the table below, you will find an explanation of these properties. All attributes with a ‘*’ are mandatory.

Attribute

Description

Name*

By default, we fill this out with the technical ‘tag’, followed by a serial number. Changing the name is optional.

Enabled

Set this value to true, if you want this service to be enabled.

Log Text*

 

The log text you want to place in your log file

Log Level*

The selected log level for printing the text in your log file. There are 3 settings:

  • Normal
  • Debug
  • Error

These log levels correspond with the logging levels in Deploy, i.e.

  • Normal
  • Full
  • Minimal
MessagePartIn

Name of the MessagePart in a ConnectMessage where the content of the file is being stored.

MessagePartOut Name of the MessagePart in a ConnectMessage where the content of the file is being stored.
Description Description of the specific service. This is for documentation purposes.

 

Using Header Values

Header values can be added via the following syntax :headers[header_name]. For instance, you can add the file_name to the text.

This is the file_name :headers[file_name].

 When the header does not exist, it will result in a NULL value. You can create and populate headers using the Header Enricher component.