Project

Contents

Issue #00005550

Improved usage of console() in OpenWGA Jobs
Feature/Improvement

The output of console() infos currently are not contained in job-logs.

We now added a new property "logger" to the console object to set the logger.

Usage in OpenWGA job:

console.logger = log;
console.log("Hallo worlds");

This sets the Logger to the Logger of the current jobContext.