On Fri, 13 Sep 2002 07:27, Peter Donald wrote:
> On Fri, 13 Sep 2002 01:47, Leif Mortenson wrote:
> > These changes seem to all be working, so I'll go ahead and commit them.
> > Let me know
> > if you see any problems.
>
> Looks goos to me.

Alternatively you could parse the names passed into getLogger() and strip the 
first element of name. ie

"" --> ""
"foo" --> ""
"foo.bar" --> "bar"
"foo.bar.baz" --> "bar.baz"

-- 
Cheers,

Peter Donald
*------------------------------------------------*
| You can't wake a person who is pretending      |
|       to be asleep. -Navajo Proverb.           |
*------------------------------------------------* 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to