Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I view my Windows Azure logs live without writing them to storage?

I have:

Trace.WriteLine("info", "category");

Throughout my Worker Role. When running locally in the Azure Compute Emulator UI I can see this output.

Is there anyway to see this same output live for the same role published to Azure without writing it to storage?

like image 680
markmnl Avatar asked Dec 19 '25 06:12

markmnl


1 Answers

DebugView might help.

  1. RDP to your Azure VM
  2. Go to DebugView's site and click "Run DebugView now from Live.Sysinternals.com"
  3. Check 'Capture Global Win32' item from Capture menu in the menu bar.
  4. You can find the output of Trace.WriteLine() enter image description here

Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!