You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The <<Logger>> adapter writes via a queue asynchronously into the log file of the service. The input consists of error level, code, type, and description. The log levels are: Fatal, Error, Warning, Info, and Debug as described in the log level guidelines on Bridge Server Log Levels of an xUML Service. All input Pins are self-defined and need to be of type String.

The following picture shows the usage of the <<Logger>> adapter.

Figure: Writing into the Standard xUML Service Log

Example

set level = "Error"
set type = "Checksum Error"
set code = "CS001"
set description = "The checksum is not correct."

The output after running the example can be found in the standard xUML service log on the E2E Bridge.

  • No labels