util.debuglog(section)
util.deprecate(function, string)
util.format(format[, ...])
util.inherits(constructor, superConstructor)
util.inspect(object[, options])
참고> https://nodejs.org/docs/latest/api/util.html
'Node.js' 카테고리의 다른 글
Linux 에서 vim 으로 node.js 프로그래밍 하기 (0) | 2016.11.16 |
---|---|
Node.js 에서 실행 경로를 소스 위치로 바꾸는 방법 (0) | 2016.05.24 |
Ubuntu 에서 Node.js, MongoDB 설치하기 (0) | 2016.05.13 |
WebSocket 으로 Socket.io 서버 만들기 (0) | 2015.11.19 |