开发者

Problem with Azure SDK 1.3 Tracing

开发者 https://www.devze.com 2023-01-31 22:32 出处:网络
I\'m having an apparent AppDomain issue with tracing from within web pages (as opposed to the WebRole).Basically, if I invoke one of the tracing methods (i.e. Trace.TraceWarning(\"Ooops!\")) the trace

I'm having an apparent AppDomain issue with tracing from within web pages (as opposed to the WebRole). Basically, if I invoke one of the tracing methods (i.e. Trace.TraceWarning("Ooops!")) the trace message doesn't show up in the Windows Azure Compute Emulator. The message does, however, show up just fine in the Output w开发者_JAVA百科indow.

Any help in this regard would be greatly appreciated.....


I think that for now this is just a limitation of the Compute Emulator... it only shows trace messages from your RoleEntryPoint code.

0

精彩评论

暂无评论...
验证码 换一张
取 消