Register or Login to Your Account
Hi guys, I just started developing a new Java Service in WM IS 8.2 and the Debug.log(int, String) method have been deprecated. Could you please advise in what to use instead of it ? Any suggestion will very appreciated. Kind Regards, Silviu
Hi Silviu, You can use WnPublic.pub.flow:debugLog service which takes "message" "function" and "level" as inputs. You can call this service inside your Java service via doInvoke. Hope this helps
msilviu
Hi guys,
I just started developing a new Java Service in WM IS 8.2 and the Debug.log(int, String) method have been deprecated.
Could you please advise in what to use instead of it ?
Any suggestion will very appreciated.
Kind Regards,
Silviu
Ansari
Hi Silviu,
You can use WnPublic.pub.flow:debugLog service which takes "message" "function" and "level" as inputs.
You can call this service inside your Java service via doInvoke.
Hope this helps