basic jython question

Richard Brodie R.Brodie at rl.ac.uk
Thu Feb 15 07:53:54 EST 2007


"Gerard Flanagan" <grflanagan at yahoo.co.uk> wrote in message 
news:1171543539.339651.319480 at m58g2000cwm.googlegroups.com...

> 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. 





More information about the Python-list mailing list