Skip to content

Commit 236b7e8

Browse files
JacksonTianjasnell
authored andcommitted
doc: doc-only deprecation for util.log()
There are more powerful loggers in user land like `debug`, soft deprecate it. PR-URL: #6161 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
1 parent 1c84579 commit 236b7e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎doc/api/util.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,8 @@ util.isUndefined(null)
551551

552552
## util.log(string)
553553

554+
Stability: 0 - Deprecated: Use a third party module instead.
555+
554556
Output with timestamp on `stdout`.
555557

556558
require('util').log('Timestamped message.');

0 commit comments

Comments
 (0)