util.log() to use console.log() to handle Node.js DEP0059.
What It Does
This codemod replaces:util.log()calls withconsole.log()including timestamp formatting- Removes unnecessary
utilimports when no longer needed
Migrate deprecated util.log() to console.log() with timestamp for Node.js DEP0059
util.log() to use console.log() to handle Node.js DEP0059.
util.log() calls with console.log() including timestamp formattingutil imports when no longer needed