Hello, I'm trying to trace how class/line number information gets from SLF4J into pax logging and ultimately to log4j. Our system is in Scala, and we're using a trait to wrap slf4j, which works well, except for the fact that we lose the line/class information because of the wrapper.
https://github.com/ops4j/org.ops4j.pax.logging Any advice? Where is the actual pax logging binding for slf4j? thanks! Adam
