Re: basic jython question

2007-02-18 Thread Vinay Sajip
> On Feb 15, 1:53 pm, "Richard Brodie" <[EMAIL PROTECTED]> wrote: > > Since the CPython module is heavily influenced by the native Javalogging > > framework (and/or log4j), I would have thought that it would be easier > > to create a Jython wrapper for those. Agreed, but if you copy the logging fo

Re: basic jython question

2007-02-15 Thread Gerard Flanagan
On Feb 15, 1:53 pm, "Richard Brodie" <[EMAIL PROTECTED]> wrote: > "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 >

Re: basic jython question

2007-02-15 Thread Richard Brodie
"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 > o

basic jython question

2007-02-15 Thread Gerard Flanagan
Hello all 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 ou