8

我想从使用 Javascript 脚本调解器登录以调试 porpouses。必须将消息/变量值...添加到上下文变量并在序列中使用日志调解器是非常烦人的。

有没有办法避免这种情况?

国王问候。

4

2 回答 2

19

您只需要在脚本中介中获取 ServiceLog 并按如下方式使用它:

<script language="js">
    var log = mc.getServiceLog();        
    log.info("Logging inside Script Mediator");
</script>
于 2017-02-13T14:35:09.973 回答
3

You can use print(message/variable);. It will display the message/variable in the terminal.

于 2013-10-03T08:07:18.637 回答