I'm also currently working on an emulation of org.slf4j.Logger and 
org.slf4j.LoggerFactory. The emulated LoggerFactory class simply calls 
java.util.logging.Logger.getLogger(String) to create a logger, and the 
emulation of org.slf4j.Logger that is returned from LoggerFactory wraps the 
java.util.logging.Logger. I didn't bother emulating the Marker methods 
because we aren't using them. The org.slf4j.Logger emulation is loosely 
based on org.slf4j.impl.JDK14LoggerAdapter.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/google-web-toolkit?hl=en.

Reply via email to