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.