I'm attempting to use the RemoteLoggerService with gwt-log, and we're
using slf4j with a logback implementation and the slf4j-log4j adapter
(to route log4j log statements back through slf4j, and into logback.

It appears that the log4j references are hardcoded rather than using
Apache Commons logging, or another logging framework (SLF4J, in our
case) that allows you to choose the implementation.  This is causing
remote logging to fail in the server, due to an exception when looking
up the referenced log4j classes.

Is there a way we can add our own SLF4J-based RemoteLoggerService?

Thanks,

Martin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"gwt-log" 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-log?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to