tor*_*ise 4 mule anypoint-studio dataweave
就像我们使用一样
<xsl:message>
Run Code Online (Sandbox Code Playgroud)
在XSL变换器和
system.out.println
Run Code Online (Sandbox Code Playgroud)
对于datamapper,我们有没有针对dataweave的日志记录机制?如果不是直接组件,我们是否有任何其他备用机制来实现从dataweave内部进行日志记录?
sco*_*ion 10
在mule 3.8你可以这样做,mule允许登录dataweave
%dw 1.0
%output application/json
---
{
result: log("Logging the array",[1,2,3,4])
}
Run Code Online (Sandbox Code Playgroud)
你可以在这里参考最新的文件