function log
Jump to headinglog(string: string): voidDeprecated
The util.log() method prints the given string to stdout with an included
timestamp.
import util from 'node:util';
util.log('Timestamped message.');
Parameters Jump to heading
Jump to headingstring: stringReturn Type Jump to heading
void