We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dafb43 commit d5ce698Copy full SHA for d5ce698
doc/api/util.markdown
@@ -49,7 +49,7 @@ where `3245` is the process id. If it is not run with that
49
environment variable set, then it will not print anything.
50
51
You may separate multiple `NODE_DEBUG` environment variables with a
52
-comma. For example, `NODE_DEBUG=fs,net,tls`.
+comma. For example, `NODE_DEBUG=fs,net,tls`.
53
54
## util.deprecate(function, string)
55
@@ -551,6 +551,8 @@ util.isUndefined(null)
551
552
## util.log(string)
553
554
+ Stability: 0 - Deprecated: Use a third party userland module instead.
555
+
556
Output with timestamp on `stdout`.
557
558
require('util').log('Timestamped message.');
0 commit comments