mule - logging from inside dataweave -


just use

<xsl:message>  

inside xsl transformer ,

system.out.println 

for datamapper, have logging mechanism dataweave ? if not direct component, have other alternate mechanisms achieve logging inside dataweave ?

in mule 3.8 can ,mule allows logging in dataweave

 %dw 1.0   %output application/json  ---   {       result: log("logging array",[1,2,3,4])   } 

you can refer latest document here


Comments

Popular posts from this blog

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -