Azure模拟器 - 使用node.js时,控制台日志写在哪里?

时间:2012-10-30 06:16:32

标签: azure

我正在使用Azure节点js模拟器。

从电源壳开始,我能够开始:

start-AzureEmulator.

在我的server.js中,我有:

console.log();

我没有看到这些日志写在电源shell上。 这些控制台日志写在哪里?

2 个答案:

答案 0 :(得分:1)

默认情况下,日志会写入项目文件夹中的日志文件夹。您还可以通过右键单击模拟器任务栏图标然后查看模拟器ui来实时查看日志。

答案 1 :(得分:0)

我认为你需要使用Node Inspector(Chrome / Safari / FireFox)

更多"Using node-inspector to debug node.js applications including on Windows (and using ryppi for modules)"

可能还有其他更简单的方法,但这应该有效。