eBiss 3

Hilfe & Dokumentation

Benutzer-Werkzeuge

Webseiten-Werkzeuge


en:transformation:mappings:funktionen:allgemein:logprogress

Inhaltsverzeichnis

LogProgress

The function LogProgress(Messsage) writes a message to the eBiss log with log level 'Progress'. A log level that is active in a normal job run and also in the mapping debugger, e.g. the message will be visible in the log.

Syntax:

LogProgress(Message, every)
  • Message: die Log Meldung
  • every: an optional numeric value, to write every n-te log call.

Beispiel

LogProgress(concat('Process articles for number: ', @Key1))

Write every 5000 log call:

LogProgress('Do step number {0}.', 5000) 
en/transformation/mappings/funktionen/allgemein/logprogress.txt · Zuletzt geändert: 2024/02/20 08:15 von 127.0.0.1