WebSocketAppender for LogBox

I have written a blog post about viewing LogBox logging information on the client side in real time using web sockets. My post includes code for a WebSocketAppender for LogBox:

http://www.bonnydoonmedia.com/index.cfm/blog/real-time-server-debug-info-using-nodejs-jquery-websockets-and-logbox/

If you work on RIAs with a ColdBox (or LogBox without ColdBox) backend, you can view your LogBox logging information on the client side while you work on the client app. It has saved me time on debugging web service calls to the backend that have issues.

If you would like to use this solution yourself but need help with the Java classes, email me offlist for assistance. I plan on packaging the code with a basic example site on GitHub for easier use.

That’s pretty awesome! Can you throw your LogBox appender in a Github repo and put it on ForgeBox?

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

+1 to that

Luis Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com
P/F: 1-888-557-8057
Direct: (909) 248-3408

ColdBox Platform: http://www.coldbox.org

ContentBox Platform: http://www.gocontentbox.org
Linked In: http://www.linkedin.com/pub/3/731/483

Social: twitter.com/ortussolutions | twitter.com/coldbox | twitter.com/lmajano | twitter.com/gocontentbox

Yes, it should be in Github and ForgeBox later in the week.