eBiss 3

Hilfe & Dokumentation

User Tools

Site Tools


en:transformation:mappings:funktionen:allgemein:logprogress

Table of Contents

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 · Last modified: 2024/02/20 08:15 by 127.0.0.1