c# - How to do debug output in Azure roles code? -
suppose write console c# application - can use console.writeline()
print whatever status messages , can read when program started in console.
now have windows azure role runs somewhere in cloud there's no console anymore. how do debug output spot role current state , debug problems using debug output easily?
sometimes resort low-tech (but instantaneous instead of waiting diagnostics transfer stuff): http://blog.smarx.com/posts/printf-here-in-the-cloud
Comments
Post a Comment