Logging witihin NodeLogic
This is probably a very basic Javascript question...
Consulted he documentation and yes there is logging but it is only available (scoped) in the default export function.. I want to log in the other functions... how do I get this to work?
Consider the following:
Thanks in advance!
Consulted he documentation and yes there is logging but it is only available (scoped) in the default export function.. I want to log in the other functions... how do I get this to work?
Consider the following:
Thanks in advance!
Solution
Hey @Abrar, you can do this by passing the
Check this updated code:
Hope this helps!
logging as a parameter to other functions.Check this updated code:
Hope this helps!