By Ran_Wahle
via blogs.microsoft.co.il
Submitted: Feb 26 2013 / 09:50
Debugging your signalR application on both client and server can consume time. To save time we might go to Fiddler, or use the Network tab on our browser’s developer tools. signalR offers simple logging mechanism for javascript clients. in this post I’ll briefly show how to enable this log, what it writes when enable, and how to add some custom log records.
Add your comment