Hi All: Our JUL adapter currently maps Log4j Level.TRACE to java.util.logging.Level.FINER.
Level.TRACE is the "lowest" Log4j level but FINER is _not_ the lowest JUL level. It seems to me we should map our lowest level to JUL's lowest level. We do, after all, map our highest level to JUL's highest level. Thoughts? Thank you, Gary -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
