Scott Hanselman has a great post about streaming an azure -web- role to your console. Love it.
I'm really struggling to figure out how to do this with a WORKER role. Even more distressing is that I'm trying to do this with the newer TraceSource stuff, not the older Trace stuff .. and nothing is working.
Does anyone have any ideas if
- Can this even be done (as of the time of posting this)
- If so, some instructions on this, please?
Extra reading:
1. Difference between using Trace and TraceSource
2. A Tracing Primer.