我想从使用 Javascript 脚本调解器登录以调试 porpouses。必须将消息/变量值...添加到上下文变量并在序列中使用日志调解器是非常烦人的。
有没有办法避免这种情况?
国王问候。
我想从使用 Javascript 脚本调解器登录以调试 porpouses。必须将消息/变量值...添加到上下文变量并在序列中使用日志调解器是非常烦人的。
有没有办法避免这种情况?
国王问候。
您只需要在脚本中介中获取 ServiceLog 并按如下方式使用它:
<script language="js">
var log = mc.getServiceLog();
log.info("Logging inside Script Mediator");
</script>
You can use print(message/variable);
. It will display the message/variable in the terminal.