The util.log() method prints the given string to stdout with an included timestamp.
util.log()
string
stdout
const util = require('util');util.log('Timestamped message.');
Since v6.0.0 - Use a third party module instead.
Generated using TypeDoc
The
util.log()
method prints the givenstring
tostdout
with an included timestamp.Deprecated
Since v6.0.0 - Use a third party module instead.