So in my project I can use stk.log and util.log, which should I use?

I’m refactoring some code in my project and I can use stk.log and util.log which is the preffered ?

You should update your project to use these utilities files and remove the older STK files. Then you would use UTIL.log() for pretty formatted JSON. You can also use log.info() for simple string/int variables.

The Util project will be updated from time to time with new functions.

1 Like