> -----Original Message-----
> From: Patrick Hess [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, 31 January, 2002 15:47
> To: Avalon Developers List
> Subject: Re: Logging in Phoenix
>
>
>
> Eung-ju Park wrote:
>
> > Hi.
> >
> > Use version 1.1 logger in environment.xml. like bellow...
>
>
> Thanks! This helped a lot!!
>
> Can anybody tell me difference between
>
> org.apache.avalon.framework.logger.Logger
This is a implementation independent logging interface. When you
invoke operation on this the actual logging operartion gets passed
to your preferred implementation (LogKit, Log4J, JDK1.4 logging, etc.).
> org.apache.logger.Logger
This is the LogKit logging implementation that is typically
wrapped within a org.apache.avalon.framework.logger.Logger.
Cheers, Steve.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>