Anything logged via console.log (and debug, error, warn) will make its way to the Photoshop stdout which we don't want. The biggest change in this PR is to create the loggerManager in app.js and pass it to generator (where it previously lived). Smaller changes include using logger (instead of console) where it is was already more readily available.
Anything logged via
console.log
(and debug, error, warn) will make its way to the Photoshop stdout which we don't want. The biggest change in this PR is to create theloggerManager
in app.js and pass it to generator (where it previously lived). Smaller changes include using logger (instead of console) where it is was already more readily available.