Actually, never mind, I found out where it went.  Surprisingly, the context
logger is now a part of the Context.  Imagine that.  The problem now is that
there is no 'Context.setLogger(..)', only a 'Context.getLogger()'.  I can kind
of get around this by creating a new context with the desired Logger and set it
as the main context, but this seems inelegant.  There should be a set for every
get, or at least in this case there should be.

Reply via email to