On Wed, Nov 5, 2008 at 12:48 PM, jieryn <[EMAIL PROTECTED]> wrote: > > Thanks for the link, but now I suspect that I've not described the > problem properly. I am not specifically trying to log in my client > code -- I can not get *ANY* log messages from my web application > whatsoever.
Right. This project has support for client-side and server-side logging, so I thought it might be useful. I honestly haven't used it. Why don't you try capturing the log implementation type. and sending that to your client for output. One common issue is not having a log4j or commons-logging dependency declared in your pom. As I recall, tomcat will provide those libraries through the common or shared classloader. -Dave --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
