Dennis Kang wrote:

The Avalon framework provides logger for all
components, but if we have some general classes which
are not components, how to handle the logging issues?

Logging in Avalon is orthoginal to the question of components. To use logging you simply pass an instance of Logger to your object. You object impl then just invokes operations on the logger instance. There are no restrictions here on how the logger is supplied. If you want auto deployment - then your taking about the component model and you should be receiving your logger via the LogEnabled interface.

Cheers, Steve.

Thanks.
Dennis.

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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




--

Stephen J. McConnell

OSM SARL
digital products for a global economy
mailto:[EMAIL PROTECTED]
http://www.osm.net




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

Reply via email to