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