diff --git a/doc/api/util.md b/doc/api/util.md index c059be8c0dd..692c9b2e45c 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -551,6 +551,8 @@ util.isUndefined(null) ## util.log(string) + Stability: 0 - Deprecated: Use a third party module instead. + Output with timestamp on `stdout`. require('util').log('Timestamped message.');