tags:

views:

31

answers:

1

I'd like to view the logfile from an Azure worker role which uses this:

RoleManager.WriteToLog("Information", "Worker Process entry point called.")

I'm running in the local development fabric. Where will the above output be sent?

EDIT: I just now found this question asked before, but without a satisfatory answer as of yet.

A: 

Here's the solution:

http://blog.benday.com/archive/2008/11/07/23201.aspx

Slack