Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello all,
When script logs are used inside functions,they are not displayed in monitoring.. has anyone else observed this..any solution?
Eg.
function print(){ logger.info("1"); function print2(){ logger.info("2"); } } print(); logger.info("3");
1 & 3 are printed in script log while 2 is not..
Thanks for any clues..
Solved! Go to Solution.
Where are you calling function print2 ?