Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当您使用 socket.io 在服务器 (server.js) 文件上测试您的 javascript 时,您不能使用 console.log() 或 alert()。
出于测试目的记录或警告值的最简单方法是什么?
当然你可以使用console.log
console.log
它只是被记录到终端。
节点文档console
console
我syslog通过node-syslog包登录,即使服务器在后台运行,我仍然可以看到日志。
syslog
node-syslog