eBiss 3

Hilfe & Dokumentation

Benutzer-Werkzeuge

Webseiten-Werkzeuge


en:transformation:mappings:funktionen:allgemein:logdebug

Inhaltsverzeichnis

LogDebug

The function LogDebug (Messsage) writes into the eBiss log with log level 'Debug'. So that the message will not be written to the log in case of a normal job run. It will only be visible in case of mapping debugger run or if the log level of the job was changed to debug.

Syntax:

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

Beispiel

LogDebug(concat('Set TargetFrameVariable for filename with value: ', XVar('fn'))

Write every 5000 log call:

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