Thomas, thanks for the feedback. I included the log4j-over-slf4j, jcl-
over-slf4j, and jul-to-slf4j jars in my project, but I still do not
see anything logged in my logback files. When you stated that I
needed to configure the slf4j bridge, do you know if there is anything
else I need to do (other than include the jul-to-slf4j jar)? By the
way, I was able to implement my own versions of the GWT
RemoteLoggingServiceImpl and RemoteLoggingServiceUtil classes that use
the slf4j Logger and LogFactory classes, and with this implementation
I am able to direct log output to the logback files. I do not want to
have to maintain my own version of these classes, so I am really
wanting to get the slf4j bridge configured correctly. Thanks for any
advice you have!