asp.net - Windows Azure Web Role Log files -


is there simple way trace or write log in asp.net mvc3 azure web role ?
want write informations , in log file if printed.
: writeline("start function a");

you need way these trace statements outside of windows azure, , way windows azure handles through diagnostics monitor. tracing gets routed table (wadlogstable), , can query table either role instance or app running outside of windows azure (by doing linq queries, maybe cerebrata's diagnostic manager, etc.). table aggregate log output role instances.

one of teammates, greg oliver, blogged basics.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -