I'm using log4j for some currently existing java code, and then extending that code with jython. jython makes calls to log4j as well, but no information about location (filename, line number, etc) gets logged because it's a different stack in jython. I came up with a bit of jython code that extends Category and LocationInfo and such, and it now logs appropriate location info for jython code. It probably wouldnt be too hard to compile this into java code, and join it with the rest of the package. Is there any interest in doing this? or is there a cleaner way to accomplish the same result? thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]