The util.log() method prints the given string to stdout with an included timestamp.
util.log()
string
stdout
import util from 'node:util'; util.log('Timestamped message.');
v0.3.0