0

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.

Md Farid Uddin Kiron
  • 16,817
  • 3
  • 17
  • 43
royco
  • 5,409
  • 13
  • 60
  • 84
  • Another approach (which does not exactly address your question) consists of using a custom logger that happens to provide a proper a built-in log viewer. You can check our O/C mapper (object to cloud) at http://code.google.com/p/lokad-cloud/ – Joannes Vermorel Sep 19 '09 at 12:36

1 Answers1

0

Here's the solution:

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

royco
  • 5,409
  • 13
  • 60
  • 84