"Gerard Flanagan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> I have a 'logger' module which is essentially just a facade over the > 'logging' standard module. Can this be called from jython, and how is > this acheived? This is a colleague's question but I have no knowledge > of jython or java, and I can't install them at present in order to > figure it out. Since the CPython module is heavily influenced by the native Java logging framework (and/or log4j), I would have thought that it would be easier to create a Jython wrapper for those. -- http://mail.python.org/mailman/listinfo/python-list